CellArrays.jl
The package CellArrays
provides support for an AbstractArray
subtype CellArray
, which represents arrays with cells that can contain logical arrays instead of single values; the data is stored in an optimal fashion for GPU HPC applications.
Dependencies
CellArrays
relies on StaticArrays.jl, Adapt.jl and the Julia GPU packages CUDA.jl and AMDGPU.jl.
Contributors
The principal contributors to CellArrays.jl are (ordered by the significance of the relative contributions):
- Dr. Samuel Omlin (@omlins), CSCS - Swiss National Supercomputing Centre, ETH Zurich