You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are now owned by the stdrel stopping criterion, and should not be exposed directly in the benchmark/state/etc APIs.
There's a small chance this may affect users that are calling `NVBENCH_BENCH(...).set_min_time(...)` or NVBENCH_BENCH(...).set_max_noise(...)`.
These can be updated to `NVBENCH_BENCH(...).set_criterion_param_float64(["min-time"|"max-noise"], ....)`.
0 commit comments