Replies: 1 comment 1 reply
-
I'm not aware of Windows having OS support to setup the PCI peer to peer transfers that are needed for a NIC to access GPU memory directly. The Linux feature for this is called dma-buf. There's no Windows OS equivalent. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My doubt is with libfabric can we send GPU data from Windows to Linux with out CPU copy.
In our environment we are using Mellanox ConnectX-5 for RDMA and GPU we are using Radeon WX7100.
I checked libfabric code and found that for RDMA for windows Libfabric internally using NetworkDirect.
And it is using IND2MemoryRegion::Register() function to register application allocated memory and no option found to send GPU buffer. Please help
Client - Windows -> Windows 10, Mellanox ConnectX-5 , Radeon WX7100
Server - Linux -> Mellanox ConnectX-5
Beta Was this translation helpful? Give feedback.
All reactions