-
Notifications
You must be signed in to change notification settings - Fork 12
GPUDirect to local SSD #136
Copy link
Copy link
Open
Description
Issues to investigate
- steps to install/enable a NVMe SSD (not plugin and directly visible under Ubuntu)
- steps/configurations to make SSD visible to GPU (GPU model requirements)
- cuda level code changes to make GPU read/write direct from/to SSD
- python level code changes
- simple mnist training job completion time comparison before and after
Time Saving Theoretically calculation (?)
E.g. 150MB cifar10 data, CPU read time (from SSD to CPU memory) xx sec (a), GPU copy time fromHtoD xx sec (b). GPU direct SSD read time xx sec (c). read time is calculated by 150MB/theoretical bandwidth
time saving: a + b - c
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels