Skip to main content
Ctrl+K
Best Practices Guide - Home

Best Practices Guide

  • v1.14 |
  • PDF
Best Practices Guide - Home

Best Practices Guide

  • v1.14 |
  • PDF

Table of Contents

  • 1. Best Practices Guide
  • NVIDIA Docs Hub
  • NVIDIA Magnum IO GPUDirect Storage
  • Best Practices Guide

Contents#

  • 1. Best Practices Guide
  • 2. Introduction
  • 3. Software Settings
    • 3.1. System Settings
    • 3.2. Use of CUDA Context in GPU Kernels and Storage IO
    • 3.3. cuFile Configuration Settings
  • 4. API Usage
    • 4.1. cuFileDriverOpen
    • 4.2. cuFileHandleRegister
    • 4.3. cuFileBufRegister, cuFileRead, cuFileWrite, cuFileBatchIOSubmit, cuFileBatchIOGetStatus, cuFileReadAsync, cuFileWriteAsync, and cuFileStreamRegister
      • 4.3.1. IO Pattern 1
      • 4.3.2. IO Pattern 2
      • 4.3.3. IO Pattern 3
      • 4.3.4. IO Pattern 4
      • 4.3.5. IO Pattern 5
      • 4.3.6. IO Pattern 6
      • 4.3.7. IO Pattern 7
    • 4.4. cuFileHandleDeregister
    • 4.5. cuFileBufDeregister
    • 4.6. cuFileStreamRegister
    • 4.7. cuFileStreamDeregister
    • 4.8. cuFileDriverClose
  • 5. Notice
  • 6. OpenCL
  • 7. Trademarks

next

1. Best Practices Guide