You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Issues to investigate
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
The text was updated successfully, but these errors were encountered: