Releases: JuliaGPU/AMDGPU.jl
Releases · JuliaGPU/AMDGPU.jl
v0.8.11
v0.8.10
v0.8.9
AMDGPU v0.8.9
Merged pull requests:
- Update docs (#593) (@pxl-th)
- Use default flag during host malloc (#594) (@pxl-th)
- Cleanup & bump deps (#595) (@pxl-th)
- Disable rocSPARSE tests (#596) (@pxl-th)
- Cleanup GitHub CI (#598) (@pxl-th)
Closed issues:
- ERROR: HIPError(code hipErrorOutOfMemory, out of memory) (#591)
v0.8.8
v0.8.7
AMDGPU v0.8.7
Merged pull requests:
- Bump actions/cache from 3 to 4 (#586) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#587) (@dependabot[bot])
- Use adjoint instead of tranpose when returning V in SVD (#588) (@wbernoudy)
- Allow any AMD GPU in CI (#589) (@pxl-th)
- Add support for logical indexing (#590) (@pxl-th)
v0.8.6
AMDGPU v0.8.6
Merged pull requests:
- Expose alpha and beta parameters in LinearAlgebra.mul! (#585) (@wbernoudy)
v0.8.5
AMDGPU v0.8.5
Merged pull requests:
- Fix kernel launch inference (#582) (@pxl-th)
- Expose rocSOLVER eigensolver and SVD methods (#584) (@wbernoudy)
v0.8.4
v0.8.3
AMDGPU v0.8.3
Merged pull requests:
- [rocSPARSE] Update sv! and sm! (#567) (@amontoison)
- Use correct
warpId
in device-side RNG (#568) (@pxl-th) - Initial ROCm 6 enablement (#572) (@pxl-th)
- Update rocSPARSE to ROCm 6 (#573) (@pxl-th)
- Use the stage preprocess in rocsparse_spmv (#574) (@amontoison)
- Add a generator for ROCsolver (#575) (@amontoison)
- Implement device side rng in RDNA3 plus fix it on julia master (#576) (@gbaraldi)
- Fix repr test (#578) (@pxl-th)
Closed issues:
v0.8.2
AMDGPU v0.8.2
Merged pull requests:
- [rocSPARSE] Add a structure MatInfo for IC(0) and ILU(0) preconditioners (#558) (@amontoison)
- Define comparison method for HIPContext (#561) (@pxl-th)
- Improve type inference (#562) (@pxl-th)
- Refactor alloc/retry (#563) (@pxl-th)
- Fix functional (#565) (@pxl-th)
- Use regular malloc/free (#566) (@pxl-th)
Closed issues:
- has_rocm_gpu() fails (#564)