//! Measurement: bench plans (`plan.v1`), the PTX runner (CUDA driver API
//! via dlopen — builds anywhere, times only where a driver exists), and
//! interval statistics. Every timing carries warmup, repeats, median, a
//! 95% CI, and the outlier rule; overlapping intervals are reported as
//! indistinguishable, never ranked (docs/BENCHMARKING.md).
pub use ;
pub use ;
pub use ;