This repository has been archived by the owner on May 27, 2021. It is now read-only.
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)