bench_kernel_ms

Function bench_kernel_ms 

Source
pub fn bench_kernel_ms(
    stream: u64,
    warmup: usize,
    iters: usize,
    kernel_fn: impl FnMut(),
) -> f32
Expand description

Measure kernel execution time in milliseconds using CUDA events. Runs warmup warmup iterations, then iters timed iterations, returning the minimum time across 3 rounds.