Releases: JuliaGPU/AMDGPU.jl
Releases · JuliaGPU/AMDGPU.jl
v0.2.11
v0.2.10
v0.2.9
v0.2.8
v0.2.7
v0.2.6
AMDGPU v0.2.6
Closed issues:
Merged pull requests:
- Add mark/wait synchronization system (#116) (@jpsamaroo)
- CompatHelper: bump compat for "GPUCompiler" to "0.11" (#122) (@github-actions[bot])
- Replace arrays with Refs in ccall. (#123) (@chriselrod)
- Fix packet launch (#125) (@jpsamaroo)
v0.2.6 for Zenodo
Merge pull request #116 from JuliaGPU/jps/mark-wait Add mark/wait synchronization system
v0.2.5
v0.2.4
AMDGPU v0.2.4
Closed issues:
- Implement execution contexts (#16)
- Add/test broadcasting support to ROCArray (#12)
- Add queue/device/system sync functionality (#24)
- Support OpenCL.jl as device runtime (#23)
- Distribute ROCR/ROCT via artifacts (#6)
- Allow setting Private and Group segment sizes manually (#56)
- FATAL ERROR: Symbol "ccalllib_libhsa-runtime64445"not found on AMDGPU (#73)
- test failures and crashes on 580 (#92)
- Tests allocate memory indefinitely (#106)
- Check for invalid workgroup sizes (#110)
- Add example for gridsize usage and workgroup sizing (#113)
Merged pull requests:
- Silence queue destroy finalizer errors (#98) (@jpsamaroo)
- KernelAbstractions support (#100) (@jpsamaroo)
- Fix kernel argument alignment (#101) (@jpsamaroo)
- Fix alloc_local (#102) (@jpsamaroo)
- Add mapreducedim! (#104) (@jpsamaroo)
- Added support for HSA artifacts (#105) (@0x0f0f0f)
- Update to GPUCompiler 0.10 (#107) (@jpsamaroo)
- Fix CompatHelper config (#108) (@jpsamaroo)
- CompatHelper: bump compat for "AbstractFFTs" to "1.0" (#109) (@github-actions[bot])
- Fix loading of AMDGPU in other packages (#114) (@jpsamaroo)
- Check groupsize, add group/grid docs (#115) (@jpsamaroo)
- Fix memory leak (#118) (@jpsamaroo)
v0.2.3
AMDGPU v0.2.3
Closed issues:
- Add support for trap handlers (#8)
- Unreachable reached in SIISelLowering.cpp due to unhandled AS (#76)
- Ensure that CI tests all available external libraries (#85)
- Only load libhsa-runtime64 major version 1 (#93)
Merged pull requests:
- Disable unreliable pointerinfo tests (#86) (@jpsamaroo)
- Test extlibs are available under CI (#87) (@jpsamaroo)
- Enable device stacktraces (#88) (@jpsamaroo)
- Add ForwardDiff integrations (#90) (@jpsamaroo)
- Look for libhsa-runtime64.so.1 (#94) (@jpsamaroo)
- Remove annoying target-features for now (#95) (@jpsamaroo)
- Bump to 0.2.3, add MacroTools LB (#96) (@jpsamaroo)