Expand description
Backend execution reporting for GPU/CPU compute dispatch.
Every orbital grid or isosurface execution returns a report indicating which backend was actually used (GPU vs CPU) and why, enabling transparent benchmarking and fallback diagnostics.
Structs§
- GpuActivation
Report - Activation report describing the current GPU runtime state.
- Isosurface
Report - Per-execution report for isosurface extraction.
- Orbital
Grid Report - Per-execution report for orbital grid evaluation.
Enums§
- GpuActivation
State - Coarse activation state for the GPU runtime.