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

Define fill! for PencilArrays #22

Closed jipolanco closed 3 years ago

jipolanco commented 3 years ago

We explicitly define fill! to make sure that the parent array's fill! method is called. This is particularly important for CUDA arrays which provide their own optimised version.