Releases: omlins/CellArrays.jl
Releases · omlins/CellArrays.jl
CellArrays 0.3.0
Release notes
- Add support for Metal arrays (#40, #31) (@GiackAloZ, @albert-de-montserrat)
CellArrays 0.2.2
Release notes
- Update AMDGPU compatibility (#35)
CellArrays 0.2.1
Release notes
- Fix constructors of CuCellArray and ROCCellArray (#32)
CellArrays 0.2.0
Release notes
- Remove GPU package dependencies: the
CuCellArray
andROCCellArray
type aliases and constructors newly need to be defined in the user code if they are required (possible with the macros@define_CuCellArray
and@define_ROCCellArray
), except ifCellArray
s are used via ParallelStencil (automatically defined in the moduleData
) (CHECK COMPATIBILITY!) (#26)
CellArrays 0.1.4
Release notes
- Make compatible with CUDA v5 and AMDGPU v0.8 (#24)
CellArrays 0.1.3
Release notes
- Make compatible with AMDGPU v0.5 (#20)
CellArrays.jl 0.1.2
Release notes
- Make compatible with CUDA v4 (#19)
CellArrays.jl 0.1.1
CellArrays.jl 0.1.0
Release notes
- Initial release