cuda-api-wrappers icon indicating copy to clipboard operation
cuda-api-wrappers copied to clipboard

Add support for the cuFile APIs

Open eyalroz opened this issue 1 year ago • 0 comments

NVIDIA offers an API for DMA access directly from the GPU - with async work scheduled via CUDA streams:

https://docs.nvidia.com/gpudirect-storage/api-reference-guide/index.html

it seems that could integrate nicely with the APIs we already have.

eyalroz avatar Jun 24 '24 15:06 eyalroz