Skip to content

Releases: omlins/CellArrays.jl

CellArrays 0.2.1

15 Feb 10:27
b5191c6
Compare
Choose a tag to compare

Release notes

  • Fix constructors of CuCellArray and ROCCellArray (#32)

CellArrays 0.2.0

02 Feb 14:23
d2e8569
Compare
Choose a tag to compare

Release notes

  • Remove GPU package dependencies: the CuCellArray and ROCCellArray 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 if CellArrays are used via ParallelStencil (automatically defined in the module Data) (CHECK COMPATIBILITY!) (#26)

CellArrays 0.1.4

29 Nov 18:54
1a4ed60
Compare
Choose a tag to compare

Release notes

  • Make compatible with CUDA v5 and AMDGPU v0.8 (#24)

CellArrays 0.1.3

22 Jul 11:35
2da21e9
Compare
Choose a tag to compare

Release notes

  • Make compatible with AMDGPU v0.5 (#20)

CellArrays.jl 0.1.2

17 May 18:59
3d0172b
Compare
Choose a tag to compare

Release notes

  • Make compatible with CUDA v4 (#19)

CellArrays.jl 0.1.1

18 Aug 07:10
7738ef4
Compare
Choose a tag to compare

Release notes

  • Improve documentation (#3, #5, #6, #13, #17)
  • Add function field returning an array view of a field (#12)
  • Adjust dependency compatibility and remove temporary device reshape implemented in CUDA 3.12.0 (#17)

CellArrays.jl 0.1.0

31 May 13:59
6efccfc
Compare
Choose a tag to compare

Release notes

  • Initial release