-
Notifications
You must be signed in to change notification settings - Fork 59
API Catchup to 3.3.0 version #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
@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", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Much cleaner. Good call
Looks great! Great work! |
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
@jramapuram I am done with the changes, you can review and merge if everything looks fine. |
API Catchup to 3.3.0 version
Like the changes for the types. Will let you know if there are any issues. Merging into develop! |
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