Closed JOjoker-world closed 4 months ago
Thank you very much for your reply. Do you mean that gdrcopy can achieve direct copying between GPU and CPU across different nodes (e.g., A.GPU -> B.CPU) by using the appropriate communication library?
No. GDRCopy is an intranode communication library between GPU and CPU. It cannot do internode communication. On the other hand, MPI, NCCL, NVSHMEM are designed to support internode communication. You will want to use them.
Alright, I understand. Thank you for your reply.
Hi @JOjoker-world,
This is internode communication. You can use a communication library such as MPI, NCCL, NVSHMEM, etc depending on the programming model your application is using.