use Vec;
use measure_peak_throughput;
pub use ;
use crateCubeRuntime;
/// Measure peak throughput on `device` for each of the given `keys`.
///
/// Runs cubecl-std's [`measure_peak_throughput`] against the runtime's compute
/// client. Generic over any [`CubeRuntime`]; concrete backends (cuda, wgpu, ...)
/// wrap this with their runtime type.