mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-19 22:38:52 +00:00
Rename NVBenchRuntimeException to NVBenchRuntimeError
Added exception to __init__.pyi
This commit is contained in:
@@ -261,3 +261,8 @@ def run_all_benchmarks(argv: Sequence[str]) -> None:
|
||||
Sequence of CLI arguments controlling NVBench. Usually, it is `sys.argv`.
|
||||
"""
|
||||
...
|
||||
|
||||
class NVBenchRuntimeError(RuntimeError):
|
||||
"""An exception raised if running benchmarks encounters an error"""
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user