NVBench Python Library (v0.3.0) #451
oleksandr-pavlyk
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
These are the release notes for the
cuda-benchPython package version 0.3.0, dated August 5th, 2026.cuda-benchis in "experimental" status, meaning that its API and feature set can change quite rapidly.New Features
cuda.bench.State.exec(launchable, timer=True)cuda.bench.results.BenchmarkResultclass for parsing JSON outputstdrelandentropystopping criteriasample-countstopping criterion with criterion parameter--target-samples <count>--cold-warmup-runs <count>and--cold-max-warmup-walltime <seconds>--batch-target-time <seconds>nvbench-compare-robustscript for robust benchmark data comparison that takes bulk data into account to classify comparison asFAST,SLOW,SAME,AMBG(undecided) with diagnostics and ability to generate matched data loader for further processing or visualizationnvbench-json-summaryscript to recreate Markdown table generated by NVBench-instrumented script from saved JSON outputcuda-benchpackages NVBench library installation prefix, including headers, libraries and CMake scripts. Location of the prefix can be obtained via executable module:python -m cuda.bench.nvbench --prefixNotable Bug Fixes
What's Changed
New Contributors
Full Changelog: python-0.2.1...python-0.3.0
This discussion was created from the release NVBench Python Library (v0.3.0).
All reactions