This repository has been archived by the owner on May 27, 2021. It is now read-only.
Releases: JuliaGPU/CUDAnative.jl
Releases · JuliaGPU/CUDAnative.jl
v2.9.0
v2.8.1
v2.8.0
v2.8.0 (2020-01-16)
Closed issues:
- "recursion is currently not supported" in non-recursive code (#526)
- test/utils.jl:julia_script should forward --startup-file=no (#511)
- Co-existence with pre-initialized CUDA (#455)
- Cannot convert the element type of a CuArray (#408)
- performance gap with clang (#398)
- How to explicitly provide CUDA install location? (#375)
- Use
extern llvmcall
(#364)
Merged pull requests:
- Minor exception display changes. (#524) (maleadt)
- Add a system-wide thread fence to the exception flag setter. (#523) (maleadt)
- Fixes for Julia 1.4: disable DI on LLVM 8.0. (#522) (maleadt)
- Limit deptch of nonisbits-explanation tree and work around Julia issue. (#521) (maleadt)
- Pass additional arguments that aren't captured by julia_cmd(). (#520) (maleadt)
- Use ccall extern (#519) (maleadt)
- Prevent stack overflow during init, and use preexisting device. (#518) (maleadt)
- fix CuArrays.jl #543 - complex exp type instability (#516) (PhilipVinc)
v2.7.0
v2.7.0 (2019-12-20)
Closed issues:
- blockDim() crashes Julia 1.3 (#512)
Merged pull requests:
- Improve the initialization API. (#517) (maleadt)
- Overhaul docs. (#515) (maleadt)
- Behave like cudart wrt. threads. (#514) (maleadt)
- Use CuArrays proper instead of local CuTestArray. (#513) (maleadt)
- CI on Arm64 (#510) (maleadt)
- Take available memory into account when selecting a device. (#509) (maleadt)
- Add verbose option to code_sass (#508) (thomasfaingnaert)
v2.6.0
See github.com/JuliaGPU/CUDAnative.jl/releases/tag/v2.6.0 for release…
v2.5.5
v2.5.4
Improve conditional use of the package.
v2.5.3
Hotfix for conditional use of Base.inferencebarrier
on older versions of Julia.