Skip to main content

Module profile

Module profile 

Source

Structs§

GpuExecutionTelemetry
Monotonic counters describing what the GPU-resident solver actually did on the current thread. Snapshot with telemetry_snapshot; reset with telemetry_reset.
KernelStat
KernelStatsSnapshot

Functions§

clear
record
snapshot
telemetry_record_cpu_fallback
Record a CPU fallback together with the reason it happened. This is the counter that would have exposed the original silent-fallback bug.
telemetry_record_d2h
Record a device→host readback of bytes.
telemetry_record_factorization
Record a device factorization (POTRF / Schur factor).
telemetry_record_h2d
Record a host→device upload of bytes.
telemetry_record_handle_creation
Record creation of a device handle/stream and the context it bound.
telemetry_record_kernel_launch
Record a device kernel launch.
telemetry_reset
Reset the calling thread’s execution telemetry to zero.
telemetry_snapshot
Snapshot the calling thread’s execution telemetry.
telemetry_with
Mutate the calling thread’s execution telemetry in place.