Skip to main content

Module benchmark

Module benchmark 

Source
Expand description

Kernel benchmarking infrastructure for auto-tuning.

Provides timing utilities for measuring kernel execution performance, used by beam search optimization to compare candidate kernels.

Structs§

BenchmarkConfig
Configuration for kernel benchmarking.
BenchmarkResult
Result of kernel benchmarking.

Functions§

benchmark_kernel
Benchmark a compiled kernel’s execution time.
warmup_thread_pool
Force rayon’s global thread pool to materialise.