Numba Logo
0.48
  • 1. User Manual
  • 2. Reference Manual
  • 3. Numba for CUDA GPUs
  • 4. CUDA Python Reference
    • 4.1. CUDA Host API
    • 4.2. CUDA Kernel API
    • 4.3. Memory Management
  • 5. Numba for AMD ROC GPUs
  • 6. Extending Numba
  • 7. Developer Manual
  • 8. Numba Enhancement Proposals
  • 9. Glossary
  • 10. Release Notes
Numba
  • Docs »
  • 4. CUDA Python Reference
  • View page source

4. CUDA Python ReferenceΒΆ

  • 4.1. CUDA Host API
    • 4.1.1. Device Management
      • 4.1.1.1. Device detection and enquiry
      • 4.1.1.2. Context management
      • 4.1.1.3. Device management
    • 4.1.2. Measurement
      • 4.1.2.1. Profiling
      • 4.1.2.2. Events
    • 4.1.3. Stream Management
  • 4.2. CUDA Kernel API
    • 4.2.1. Kernel declaration
    • 4.2.2. Intrinsic Attributes and Functions
      • 4.2.2.1. Thread Indexing
      • 4.2.2.2. Memory Management
      • 4.2.2.3. Synchronization and Atomic Operations
      • 4.2.2.4. Memory Fences
      • 4.2.2.5. Warp Intrinsics
      • 4.2.2.6. Integer Intrinsics
      • 4.2.2.7. Floating Point Intrinsics
      • 4.2.2.8. Control Flow Instructions
  • 4.3. Memory Management
    • 4.3.1. Device Objects
Next Previous

© Copyright 2020, Anaconda, Inc.

Built with Sphinx using a theme provided by Read the Docs.