v1.2.0
AMDGPU v1.2.0
Features:
- Support GPUArrays allocations cache (ref: JuliaGPU/GPUArrays.jl#576): #717
- Initial support for Enzyme: #668
Fixes
- Improvements to library handle cache & fix for rocFFT handle management that'd result in memory leak.
- Do not use
dlpath
during ROCm library discovery. That should help with some obscure errors happening
during initialization. - Remove non-unicode conv aliases.
#710 - Add hint about
ROCM_PATH
to documentation: #714 - Import
GPUArrays.allowscalar
instead of defining our own version to allowdo-block
: #716
Merged pull requests:
- Initial Enzyme support (#668) (@pxl-th)
- Use UnsafeAtomics 0.3 (#709) (@vchuravy)
- HandleCache fixes & GPUArrays caching allocator interface implementation (#710) (@pxl-th)
- Add hint about ROCM_PATH to documentation (#714) (@dermesser)
- Import allowscalar (#716) (@pxl-th)
- Use GPUArrays allocations cache (#717) (@pxl-th)
Closed issues:
allowscalar do
block functionality missing? (#715)