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

Should we include support for GPUDirect/RDMA as in NVIDIA's gdrcopy? #294

Open
eyalroz opened this issue Jan 14, 2022 · 0 comments
Open
Labels

Comments

@eyalroz
Copy link
Owner

eyalroz commented Jan 14, 2022

NVIDIA/gdrcopy:

A low-latency GPU memory copy library based on NVIDIA GPUDirect RDMA technology.
Introduction

While GPUDirect RDMA is meant for direct access to GPU memory from third-party devices, it is possible to use these same APIs to create perfectly valid CPU mappings of the GPU memory.

The advantage of a CPU driven copy is the very small overhead involved. That might be useful when low latencies are required.

@eyalroz eyalroz changed the title Should we include support for GPUDirect/RDMA as in NVIDIA's GDRCopy? Should we include support for GPUDirect/RDMA as in NVIDIA's gdrcopy? Jan 14, 2022
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

1 participant