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)