-
Notifications
You must be signed in to change notification settings - Fork 552
Hotfix 3.3.1 #1341
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
Merged
Merged
Hotfix 3.3.1 #1341
Conversation
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
Bug Fixes for 3.3.1
Sort files for compilation. Compiles files in alphabetical order
Added relevant test.
- Added relevant tests
* Reorganized structure of the document. Most notably, the example code has been pulled near the top and the contact section has been pushed to the bottom of the document. * `Hello, world` example has been stripped down * Added a new example, featuring a stripped version of `conway.cpp` * Conway GIF * Citation information has been moved to new location, `.github/CITATION.md` * Link to `forge` in introductory paragraph * New 'Language Wrapper' section * Removed `techical@arrayfire.com` email address. Users should use the issue tracker or the Google Groups mailing list, instead. * Example code now using two-space indentation.
Build fixes for Fedora
BUGFIX: fixed issue in indexing after calling resetDims
Bugfixes to diag extract and CUDA FFTs
Replace lena image in kmeans example
Bugfixes when getting device pointers and destroying arrays.
README.md restructuring
Update clBLAS/clFFT Build Tags
Updated Release Notes
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.
Merge #1340 before merging this.
[skip ci]
v3.3.1
Bug Fixes
before returning pointer with asynchronous calls in CPU backend.
when requested for device pointers on empty arrays.
when backends are switched in Unified API.
\ref af::moddims() is called.
multiple devices.
for some functions from \ref af::array::array_proxy class.
Build
Improvements
cl_meminstead of(void*)cl::Buffer*.at runtime.
Documentation