You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GDRCopy is about GPUDirect communication between CPU and GPU. Based on your question, I guess that you want to do GPUDirect between your GPU and FPGA? In that case, you may need to create your own FPGA driver to setup direct communication with the GPU. This document (https://docs.nvidia.com/cuda/gpudirect-rdma/index.html) and the GDRCopy code can be used as a guideline / example.
GDRCopy is about GPUDirect communication between CPU and GPU. Based on your question, I guess that you want to do GPUDirect between your GPU and FPGA? In that case, you may need to create your own FPGA driver to setup direct communication with the GPU. This document (https://docs.nvidia.com/cuda/gpudirect-rdma/index.html) and the GDRCopy code can be used as a guideline / example.
Hi Pak,
Thanks so much for your response. I may still have some questions; the document you posted is a feature called GPUDirect RDMA (which is not supported by the latest server GPU, only data center GPU support RDMA at this point). And the feature I am planning to use is GPUDirect Video, which I may not be able to find any tutorial that can start with.
Do we have some related documents?
Best regards.
Yupeng
Does this repo works with GPUDirect Video GPU,
more specific I want to use RTX A45000 to load data from FPGA
can we use this repo to transfer data?
Moreover, do we have/plan to have repo for GPUDirect Video?
The text was updated successfully, but these errors were encountered: