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
v3.2.0
v3.1.0
CUDAnative v3.1.0
Closed issues:
- AbstractGPUCompiler submodule (#442)
- 'Symbol "__nv_exp"not found' on Jetson Xavier NX (#632)
- Is there a
@cushow
macro? (#633) - Initializing static shared memory with function argument (#638)
- Atomic operations on shared memory (#641)
Merged pull requests:
- Move compiler functionality to GPUCompiler.jl (#623) (@maleadt)
- Update manifest (#626) (@github-actions[bot])
- Propagate inbounds when using Const/ldg (#627) (@mwarusz)
- Update manifest (#628) (@github-actions[bot])
- Adapt to GPUCompiler changes. (#631) (@maleadt)
- Simplify use of Base.julia_cmd (#634) (@maleadt)
- Move execution helpers to GPUCompiler. (#636) (@maleadt)
- add @cushow macro (#637) (@jw3126)
- Use Base.julia_cmd better. (#639) (@maleadt)
- CEnum 0.3 compatibility. (#640) (@maleadt)
- Avoid address space casts. (#642) (@maleadt)
- Fixes for 1.5. (#643) (@maleadt)
- Adapt to GPUCompiler changes. (#644) (@maleadt)
- Protect against recursive failures during init. (#645) (@maleadt)
v3.0.4
v3.0.3
v3.0.2
v3.0.1
CUDAnative v3.0.1
v2.10.2
CUDAnative v2.10.2
Closed issues:
- CUDAnative failed to initialize, no CUPTI provided (#549)
Merged pull requests:
v2.10.1
CUDAnative v2.10.1
Merged pull requests:
- Install TagBot as a GitHub Action (#547) (@JuliaTagBot)
- Update manifest (#550) (@github-actions[bot])
- Make the dependency on NVTX/CUPTI optional. (#551) (@maleadt)
v2.10.0
v2.10.0 (2020-02-07)
Closed issues:
- PTX JIT compilation failure with CUDAnative v2.9.0 (#538)
nvdisasm
needs version CUDA 9.0 use cuobjdump instead if newer (#396)
Merged pull requests:
- Add a release getter. (#544) (maleadt)
- Don't prefix unsafe_load with Base. (#543) (maleadt)
- Promote the kernel during irgen. (#542) (maleadt)
- Use Base functionality to query datatype alignment. (#541) (maleadt)
- Fix handling of ghost values in unsafe_load/store. (#540) (maleadt)
- Use the Julia LLVM IR printer to support the debuginfo argument. (#539) (maleadt)
- Add autogenerated wrappers for CUPTI and NVTX (#473) (maleadt)
- Make the kernel transform mandatory (#400) (vchuravy)