Releases: JuliaGPU/GPUArrays.jl
Releases · JuliaGPU/GPUArrays.jl
v6.2.0
GPUArrays v6.2.0
Merged pull requests:
- Fix
repeat
when length = 0 (#337) (@danielwe) - Specialize permutedims kernel for the permutation. (#338) (@maleadt)
- Update backend links (#339) (@SimonDanisch)
- CompatHelper: bump compat for "AbstractFFTs" to "1.0" (#341) (@github-actions[bot])
- Test with the 1.6 nightly, not 1.7. (#342) (@maleadt)
- Adapt to Adapt.jl changes. (#343) (@maleadt)
v6.1.2
v6.1.1
v6.1.0
v6.0.1
v6.0.0
v5.2.1
v5.2.0
GPUArrays v5.2.0
Closed issues:
- Update syntax for Julia 1.0 (#164)
- Run the test suite with Array (#239)
- copyto! failure on 1.5 (#248)
- Generic cuda kernel for indexing a CuArray with CuArrays (#275)
- Don't allocate GPU memory in
copyto!
(#278) - indirect indexing with views gives scalar indexing (#313)
- Spurious test failure (#315)
Merged pull requests:
- Convert values when copying between GPU and CPU arrays. (#308) (@maleadt)
- Rework indexing (#309) (@maleadt)
- Run the testsuite with Base.Array (#310) (@maleadt)
- Fix copyto method. (#311) (@maleadt)
- Rework indexing tests. (#312) (@maleadt)
- Additional indexing test (#314) (@maleadt)
- Support for comparing multiple values. (#316) (@maleadt)
- Fix I/O tests for Julia 1.6. (#317) (@maleadt)
v5.1.0
GPUArrays v5.1.0
Merged pull requests: