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)