v0.4.2
AMDGPU v0.4.2
Closed issues:
- build failure on Julia 1.8.1 (#278)
Merged pull requests:
- Mem: Retry failing allocations (#251) (@jpsamaroo)
- Add device-to-device unsafe_copy3d test (#260) (@luraess)
- Fix allocation retry mechanism, add slow allocation fallback (#262) (@jpsamaroo)
- Run wavefront tests with detected wavefrontsize (#264) (@torrance)
- During HostCall, ensure device has finished using buffers before freeing (#266) (@torrance)
- Expand fft tests (#267) (@torrance)
- Remove code that duplicates AbstractFFTs; add tests for casting (#268) (@torrance)
- Don't embed the method table in the AST (#276) (@jpsamaroo)
- deps: Don't access is_available unless using succeeds (#279) (@jpsamaroo)
- device: Add ROCDevice() ctor (#280) (@jpsamaroo)