eyalroz / cuda-api-wrappers

Thin, unified, C++-flavored wrappers for the CUDA APIs
BSD 3-Clause "New" or "Revised" License
766 stars 79 forks source link

Add support for the cuFile APIs #658

Open eyalroz opened 2 months ago

eyalroz commented 2 months ago

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.