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

Add AMDGPU extension #95

Closed jipolanco closed 3 months ago

jipolanco commented 3 months ago

Works around inconsistencies between the standard definition of unsafe_wrap in Base and that in AMDGPU for ROCArrays.

See https://github.com/jipolanco/PencilFFTs.jl/issues/74 for details.