I’m interested in using MPI RMA (i.e. one-sided operations) with native CuArrays
.
From the MPI.jl
documentation, we read:
[
CuArrays
] may also work with one-sided operations, but these are not often supported
Could someone elaborate as to why they are “often” not supported? Is there a flavor of MPI, or a particular version of CUDA that must be satisfied in order for this to work reliably within Julia?
Thanks!