cuda-api-wrappers
cuda-api-wrappers copied to clipboard
Add support for the cuFile APIs
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.