NVIDIA / gdrcopy

A fast GPU memory copy library based on NVIDIA GPUDirect RDMA technology
MIT License
854 stars 143 forks source link

Does gdrcopy work with CUDA Virtual Memory Management APIs? #257

Open mzient opened 1 year ago

mzient commented 1 year ago

Does gdrcopy work with memory allocated with cuMemAddressReserve/cuMemCreate/cuMemMap?

hongbilu commented 1 year ago

vmm cases are there in sanity test cases, you can run it if your cuda version > 11.0

drossetti commented 1 year ago

confirming that it works, provided that the allocation has the gpudirect rdma flag set.