Releases: JuliaGPU/AMDGPU.jl
Releases Β· JuliaGPU/AMDGPU.jl
v0.9.2
v0.9.1
v0.9.0
AMDGPU v0.9.0
Merged pull requests:
- Bump julia-actions/setup-julia from 1 to 2 (#612) (@dependabot[bot])
- Update wrappers.jl (#616) (@amontoison)
- Fix blas tests (#627) (@pxl-th)
- Rework hard memory limit & add maybe collect mechanism (#628) (@pxl-th)
- Fix softmax tests (#629) (@pxl-th)
- Remove MIOpen softmax & batchnorm (#630) (@pxl-th)
- Cleanup (#631) (@pxl-th)
- Keep track of stream usage for arrays (#633) (@pxl-th)
- Allow disabling eager GC (#634) (@pxl-th)
- Add 1.11 support (#635) (@pxl-th)
Closed issues:
- @atomic is slow within AMDGPU.jl (#569)
- Rework hard memory limit with
maxSize
option (#611) - i get error when i call AMDGPU.rocBLAS.gemm_strided_batched! (#615)
- error: Opaque pointers are only supported in -opaque-pointers mode (#624)
- Adopt maybe collect garbage collection scheme similar to CUDA.jl (#625)
- GPUCompiler.CodeCache not defined (#632)
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)