Expand description
GPU occupancy calculator and optimization.
This module provides tools for estimating GPU occupancy based on workgroup size, register usage, and shared memory consumption. Higher occupancy generally means better latency hiding.
Structs§
- GpuSpec
- Typical GPU multiprocessor specification.
- Kernel
Resources - Kernel resource requirements.
- Occupancy
Calculator - GPU occupancy calculator.
- Occupancy
Result - Result of occupancy calculation.
- Performance
Tip - Performance tip based on occupancy analysis.
Enums§
- Occupancy
Limit - The factor that limits GPU occupancy.
Functions§
- analyze_
performance - Generate performance tips based on occupancy results.