GDR and gdrcopy releationship.- #227
Unanswered
changchengx
asked this question in
Q&A
Replies: 2 comments
-
|
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
-
|
Yet, higher BW is achieved when GDRcopy and GPUDirect are enabled |
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
Uh oh!
There was an error while loading. Please reload this page.
-
GDRstands forGPUDirect RDMAright?gdrcopylibrary 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