Releases: JuliaGPU/AMDGPU.jl
Releases · JuliaGPU/AMDGPU.jl
v1.3.6
AMDGPU v1.3.6
Merged pull requests:
Closed issues:
- ROCM_PATH detected is actually ROCM_PATH/lib (#797)
v1.3.5
AMDGPU v1.3.5
Merged pull requests:
- Remove overload for 1.12-rc1 and higher (#784) (@pxl-th)
- Fix global hostcall detection (#787) (@pxl-th)
- Refactor initialization logic to allow for automatic detection in Fedora (#788) (@gbaraldi)
- Fix printf on 1.11+ (#789) (@pxl-th)
- follow up #788, improve docs (#791) (@simeonschaub)
- Remove unsupported assertions stuff (#792) (@pxl-th)
- actually run batchnorm tests (#793) (@simeonschaub)
Closed issues:
- Force matching artifact versions and LLVM version (#309)
- Device printing is broken on Julia 1.11 (#551)
- Trying to import AMDGPU fails with (an lvm?) error (#579)
reduce(f, A)fails to compile if Julia is started with--check-bounds=no(#581)- Tests not passing on MI300A (#779)
- incorrect first value for simple kernel on 1.12 (#780)
@rocprintfproduces memory access fault in 1.12 (#781)to_power_typedoes not exist any more inBase(#782)
v1.3.4
AMDGPU v1.3.4
Bug fixes
sync_workgroupwas lacking memory barrier semantics. They have been updated to match the expectation coming from HIP.
Merged pull requests:
- Update indexing.jl (#771) (@amontoison)
- Add memory barrier semantics to
sync_workgroup(#783) (@vchuravy)
Closed issues:
collectinvokes!error on julia 1.12.0-beta3 (#768)
v1.2.8
AMDGPU v1.2.8
Bug fixes
sync_workgroupwas lacking memory barrier semantics. They have been updated to match the expectation coming from HIP.
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v1.3.3
v1.3.2
v1.3.1
v1.3.0
AMDGPU v1.3.0
What's new:
- Julia 1.12 support.
- MI300X support.
- Use newer artifact device libraries.
- Update rocBLAS, rocFFT, rocSOLVER, rocSPARSE wrappers.
Merged pull requests:
- Regenerate wrappers for ROCm v6.3.3 (#747) (@amontoison)
- Fix errors with istriu and istril (#750) (@amontoison)
- Initial 1.12 enablement (#751) (@pxl-th)
- More 1.12 enablement (#752) (@pxl-th)
- Test doc build on CI machine (#753) (@luraess)
Closed issues: