NCA-AIIO · Question #32
What enables moving data between GPU memory and local or remote storage without using the CPU?
The correct answer is D. GPUDirect Storage. NVIDIA GPUDirect Storage enables direct data paths between GPU memory and local or remote storage (e.g., NVMe over fabrics), bypassing the CPU and host memory. This maximizes throughput and minimizes latency in AI data pipelines. NVLink connects GPUs, GPUDirect P2P facilitates…
Question
What enables moving data between GPU memory and local or remote storage without using the CPU?
Options
- ANVLink
- BGPUDirect P2P
- CInfiniBand
- DGPUDirect Storage
How the community answered
(34 responses)- A3% (1)
- B6% (2)
- C3% (1)
- D88% (30)
Explanation
NVIDIA GPUDirect Storage enables direct data paths between GPU memory and local or remote storage (e.g., NVMe over fabrics), bypassing the CPU and host memory. This maximizes throughput and minimizes latency in AI data pipelines. NVLink connects GPUs, GPUDirect P2P facilitates GPU-to- GPU transfers, and InfiniBand is a network fabric, but only GPUDirect Storage targets storage access.
Topics
Community Discussion
No community discussion yet for this question.