Releases: JuliaGPU/AMDGPU.jl
Releases Β· JuliaGPU/AMDGPU.jl
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)
v1.1.7
v1.1.6
AMDGPU v1.1.6
v1.1.5
AMDGPU v1.1.5
v1.1.4
AMDGPU v1.1.4
Merged pull requests:
- Take fewer locks (#705) (@pxl-th)
- [rocSOLVER] Update gesvd! (#706) (@amontoison)
- [rocSPARSE] Interface additional sparse routines (#707) (@amontoison)
- Add caching memory allocator (#708) (@pxl-th)
Closed issues:
- task switch not allowed from inside gc finalizer (#697)
v1.1.3
AMDGPU v1.1.3
Merged pull requests:
- Update ROCSparse for Julia v1.10 (#613) (@amontoison)
- [ROCSOLVER] Interface gesvd and gebrd (#699) (@amontoison)
- fix
Vararg{<:Any, N}
(#700) (@oscardssmith) - Add Atomix.jl v1 compat (#701) (@christiangnrd)
- Add findnz & fix broadcasting (#704) (@pxl-th)
Closed issues:
v1.1.2
AMDGPU v1.1.2
v1.1.1
AMDGPU v1.1.1
Merged pull requests:
Closed issues:
- Version incompatibilities with the JuliaGPU stack (#694)
v1.1.0
v1.0.5
AMDGPU v1.0.5
Merged pull requests:
- Avoid constructing
MulAddMul
s (#623) (@dkarrasch) - Use AcceleratedKernels for sorting (#688) (@pxl-th)
- Fix FFT execution on separate Julia task (#689) (@jipolanco)
Closed issues:
- (2nd) AMDGPU does not load any more without error when installation not functional (#687)