GDR and gdrcopy releationship.- #227
Unanswered
changchengx
asked this question in
Q&A
Replies: 1 comment
-
The naming is a little confusing, GDR Copy and GPUDirect RDMA are separate data movement mechanisms. GDR Copy enables the CPU to create a mapping for memory of a GPU on the same server. Using this mapping, the CPU can access the GPU's memory using direct load/store operations. GPUDirect RDMA allows a network controller to directly access the GPU's memory. GDR Copy is not required to use GPUDirect RDMA. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
GDR
stands forGPUDirect RDMA
right?gdrcopy
library only forcreate user-space mappings of GPU memory
? Is it only supporting copying data between CPU and GPU on the same server machine?GPUDirect RDMA
, does it needgdrcopy
?Beta Was this translation helpful? Give feedback.
All reactions