-
Notifications
You must be signed in to change notification settings - Fork 12
GPU Direct Storage (GDS)
Zhaobo edited this page Jan 28, 2023
·
4 revisions
- GPU model
- SSD model
Since CUDA Toolkit 11.4, GDS client package has been available in the toolkit
Not true, installed cuda-toolkit-11.4, but the gds and tools are not available under cuda directory
/usr/local/cuda/gds/tools/gdscheck -p
libcufile.so should exists under /usr/local/cuda/targets/x86_64-linux/lib/libcufile.so
-
Direct use CUDA API (cuFile)
-
Through DALI
-
Through third party GDS reader
- Direct file read with
gdsio
- pytorch training and inference
- cuda level training
[1] Nvidia GDS configuration guide
[2] pytorch GDS inference benchmark
[3] GDS reader