jipolanco / PencilArrays.jl

Distributed Julia arrays using the MPI protocol
https://jipolanco.github.io/PencilArrays.jl/dev/
MIT License
60 stars 8 forks source link

fix to avoid resize error of empty arrays #44

Closed corentin-dev closed 2 years ago

corentin-dev commented 2 years ago

A fix (must be a bug in CuArray ?). I think it is harmless. Hope it does not break anything.

jipolanco commented 2 years ago

Looks good, thanks!