API Catchup to 3.3.0 version#59
Merged
jramapuram merged 5 commits intoarrayfire:develfrom Mar 12, 2016
Merged
Conversation
More detailed information on the new release can be found at the following URL https://github.com/arrayfire/arrayfire/releases/tag/v3.3.0
Member
Author
|
@jramapuram Can you please review it. Please don't merge it yet, there is a minor commit left over but it is not related to 3.3.0 release. I will push it once i am done with it. Will let you know once i am done. |
| Backend::OPENCL => "OpenCL", | ||
| Backend::CUDA => "Cuda", | ||
| Backend::CPU => "CPU", | ||
| Backend::DEFAULT => "Default", |
Member
|
Looks great! Great work! |
added 4 commits
March 12, 2016 13:45
Defined and implemented a trait `HasAfEnum` for the types supported by ArrayFire. This trait is used by the Array creation and data generation functions now making the function API more terse. Changed the examples to reflect the new modifications.
Moved the following macros to separate module(macros) * mem_info * join_many
Member
Author
|
@jramapuram I am done with the changes, you can review and merge if everything looks fine. |
jramapuram
added a commit
that referenced
this pull request
Mar 12, 2016
API Catchup to 3.3.0 version
Member
|
Like the changes for the types. Will let you know if there are any issues. Merging into develop! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #58
More detailed information on the new release can be found at the
following URL
https://github.com/arrayfire/arrayfire/releases/tag/v3.3.0