Releases: JuliaGPU/AMDGPU.jl
Releases · JuliaGPU/AMDGPU.jl
v0.3.3
AMDGPU v0.3.3
Closed issues:
- Addition of AMDGPU.functional() (equivalent to CUDA.functional()) (#198)
Merged pull requests:
- utils: Add functional query (#200) (@jpsamaroo)
v0.3.2
AMDGPU v0.3.2
Merged pull requests:
v0.3.1
AMDGPU v0.3.1
Merged pull requests:
- Function overrides lead to undefined functions in KA (#194) (@michel2323)
v0.3.0
AMDGPU v0.3.0
Closed issues:
- Embed/wrap lld linker (#27)
- Document math intrinsics usage (#17)
- Track kernel dependencies in ROCArray (#48)
- Error in build step: Inconsistency detected by ld.so (#68)
- Use
Array{UInt8}(undef, len)
instead ofrepeat(" ", len)
(#132) - Add method overrides (#135)
- CUDA vs AMDGPU (#137)
- Problems on 4750U mobile APU (#142)
- Unable to build AMDGPU.jl with roc* libraries (#154)
wavefrontsize64_{on|off}.bc
missing withJULIA_AMDGPU_DISABLE_ARTIFACTS=true
(#172)- Segfault on array or kernel operation (#178)
- Julia 1.7.0 breaks (#184)
Merged pull requests:
- at-roc: Support threads and blocks kwargs (#167) (@jpsamaroo)
- Add errorhandler for async queue errors (#174) (@vchuravy)
- rocprintf: Avoid reading bad data (#176) (@jpsamaroo)
- bump GPUCompiler to 0.13 (#181) (@vchuravy)
- Test multiple GPUArrays versions (#182) (@jpsamaroo)
- Propagate device to roccall (#186) (@jpsamaroo)
- LB Julia to 1.7, upgrade to ROCm 4.2 (#187) (@jpsamaroo)
- Detect ROCM_PATH environment variable (#188) (@michel2323)
- Add new DOCUMENTER_KEY (#189) (@jpsamaroo)
v0.2.17
AMDGPU v0.2.17
Closed issues:
- No warning when we fail to find ld.lld, and general build observability (#179)
Merged pull requests:
v0.2.16
v0.2.15
AMDGPU v0.2.15
Closed issues:
Merged pull requests:
- Make CI green again (#91) (@jpsamaroo)
- Fix logic error in gridDimWG (#166) (@vchuravy)
v0.2.14
AMDGPU v0.2.14
Merged pull requests:
v0.2.13
AMDGPU v0.2.13
Closed issues:
- Document
JULIA_AMDGPU_DISABLE_ARTIFACTS
(#155) has_rocm_gpu
: a utility function that returnstrue
if a GPU is available? (#158)
Merged pull requests:
- Add warning in quick start addressing #154. (#157) (@ali-ramadhan)
- Add
has_rocm_gpu
util function (#159) (@ali-ramadhan)
v0.2.12
AMDGPU v0.2.12
Closed issues:
- Missing
active_kernels
(#139) - ROCArray : LoadError: UndefRefError: access to undefined reference (#153)
Merged pull requests:
- Add support for active_kernels (#141) (@michel2323)