Structs§
- GpuExecution
Telemetry - Monotonic counters describing what the GPU-resident solver actually did on
the current thread. Snapshot with
telemetry_snapshot; reset withtelemetry_reset. - Kernel
Stat - Kernel
Stats Snapshot
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.