pub const DEFAULT_TOP_K: usize = 3;
Default top-k of algorithms to query from cuBLASLt on each cold lookup. We keep the best by waves_count and discard the rest.
waves_count