-
Notifications
You must be signed in to change notification settings - Fork 536
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
Release v3.4.1 #1623
Merged
Merged
Release v3.4.1 #1623
Conversation
This file contains 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
- Fixes issues with erode and dilate at corner cases
Float values that are inf are outputted as inf to stringstream. However inf isn't available in opencl, causing min and max to fail. This alias is the easiest work around for now.
The function definition and all calls to the getInfo functions are correct.
Compare the performance and memory usage of sparse vs dense using conjugate gradient example
BUGFIX: Add missing unified call for set_fft_plan_cache_size
Bugfixes to image morph and nearest neighbors
Sparse eval
Add Conjugate Gradient example to benchmarks
Fixes for TX1 64-bit OS + CUDA CMake Fix
Use function version of modDims function to properly update metadata before JIT evaluation is carried out.
fix for surface rendering function
Minor Bug Fixes
Preparing for release with CUDA 8
Properly check for libdevice header files and provide fallbacks
Increment version to 3.4.1 and Release Notes for v3.4.1
* Available when using MKL and not * Uses CPU fallback code when not using MKL
FEAT: Add CPU offload to Sparse matmul
Fix the creation of values array in sparse COO
Add support for 7, 11, 13 as factors for OpenCL FFT
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.
v3.4.1
Installers
Clang v7.3.1 (previously v6.1.0).
(containing Linux for Tegra r24.2 for TX1).
Improvements
1
a unified memory device. Uses MKL Sparse BLAS.
1
1
2
Bug Fixes
aarch64
detection on Jetson TX1 64-bit OS.1
af_set_fft_plan_cache_size
in unified backend.1
1
2
1
2
1
1
1
1
1
1
Examples
to demonstrate sparse and dense matrix operations.
1
CUDA Backend
compute 2.x are no longer in default compute list.
deprecating computes 2.x.
-arch=sm_30
for PTX compilation as default.Known Issues
OS X 10.11 or 10.12 and compiled with Accelerate Framework.
1
Framework, this issue does not affect those libraries.
[skip arrayfire ci]