-
Notifications
You must be signed in to change notification settings - Fork 670
Update cuml.accel benchmark results and presentation #8517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
rapids-bot
merged 20 commits into
NVIDIA:release/26.10
from
csadorf:docs/cuml-accel-benchmark-results
Sep 10, 2026
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
2245205
Add generated cuml.accel benchmark data pipeline
csadorf a6e981f
Publish generated cuml.accel benchmark results
csadorf f163115
Compact cuml.accel benchmark result tables
csadorf 96c2e9e
Make benchmark results responsive
csadorf dd57c35
Rename cuml.accel performance page
csadorf 4123ec4
Clarify benchmark scope and timeout policy
csadorf 2a7a389
Explain factors that determine GPU speedup
csadorf 47622f4
Fix cuml.accel benchmark docs checks
csadorf dd96dc8
Sync cuml.accel benchmark publication data
csadorf 60a9986
Consume compact cuml.accel benchmark publication data
csadorf 0c3a44c
Describe cuml.accel benchmark methodology directly
csadorf dcebb73
Regenerate cuml.accel benchmark documentation
csadorf 1b9b6d7
Simplify benchmark generator tests
csadorf 49278b2
Remove unrelated documentation config change
csadorf e849718
Show inference throughput in benchmark results
csadorf 88c2ff5
Disable public docs features in PR previews
csadorf 7462ee5
Validate benchmark case labels
csadorf 276338d
Store benchmark environment metadata
csadorf abb129b
Clarify benchmark methodology
csadorf 45ccba9
Keep benchmark prose synchronized
csadorf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| # Synchronizing the cuml.accel benchmark page | ||
|
|
||
| The checked-in `benchmark-data.json` is the compact input for the Sphinx page. | ||
| It is produced by `cumlbench-dash`; raw benchmark observations stay outside | ||
| this repository. The file stores the benchmark system and package versions | ||
| alongside case labels, shapes, median timings, CPU timeout limits when | ||
| applicable, and PCA component counts that cannot be derived from labels. | ||
| Speedups, classifications, summaries, input sizes, and display units are | ||
| derived while rendering. | ||
|
|
||
| From the repository root, synchronize an updated publication artifact with: | ||
|
|
||
| ```console | ||
| python docs/benchmarks/generate_cuml_accel_benchmarks.py sync \ | ||
| --data /path/to/benchmark-data.json | ||
| ``` | ||
|
|
||
| The sync command accepts publication schema version 1. The artifact contains | ||
| 168 cases: the selected 165-case performance grid plus three additional | ||
| medium-wide PCA component-rank measurements. The existing medium-wide PCA case | ||
| supplies the rank-1,024 point. The command validates and copies the artifact | ||
| unchanged, then renders the RST page and SVG heatmaps. | ||
|
|
||
| Render the page and heatmaps, or verify that they are current, with: | ||
|
|
||
| ```console | ||
| python docs/benchmarks/generate_cuml_accel_benchmarks.py render | ||
| python docs/benchmarks/generate_cuml_accel_benchmarks.py sync --check \ | ||
| --data /path/to/benchmark-data.json | ||
| python docs/benchmarks/generate_cuml_accel_benchmarks.py render --check | ||
| ``` | ||
|
|
||
| `sync --check` validates both the supplied and checked-in artifacts, verifies | ||
| that they are byte-for-byte identical, and checks the rendered files without | ||
| writing. | ||
|
|
||
| Edit `docs/source/cuml-accel/benchmarks.rst.in` for narrative or structural | ||
| changes. Do not edit the generated `benchmarks.rst` or SVG files directly. |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.