Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPUDirect Video #235

Open
yupeng-ebots opened this issue Sep 10, 2022 · 2 comments
Open

GPUDirect Video #235

yupeng-ebots opened this issue Sep 10, 2022 · 2 comments
Labels

Comments

@yupeng-ebots
Copy link

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?

@pakmarkthub
Copy link
Collaborator

Hi @yupeng-ebots,

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.

@yupeng-ebots
Copy link
Author

Hi @yupeng-ebots,

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants