mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-29 19:21:14 +00:00
Add NVML support for persistence mode, locking clocks.
Locking clocks is currently only implemented for Volta+ devices. Example usage: my_bench -d [0,1,3] --persistence-mode 1 --lock-gpu-clocks base See the cli_help.md docs for more info.
This commit is contained in:
@@ -10,7 +10,7 @@ features:
|
||||
be dynamic numbers/strings or [static types](docs/benchmarks.md#type-axes).
|
||||
* [Runtime customization](docs/cli_help.md): A rich command-line interface
|
||||
allows [redefinition of parameter axes](docs/cli_help_axis.md), CUDA device
|
||||
selection, changing output formats, and more.
|
||||
selection, locking GPU clocks (Volta+), changing output formats, and more.
|
||||
* [Throughput calculations](docs/benchmarks.md#throughput-measurements): Compute
|
||||
and report:
|
||||
* Item throughput (elements/second)
|
||||
|
||||
Reference in New Issue
Block a user