-
Notifications
You must be signed in to change notification settings - Fork 658
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
Draft
csadorf
wants to merge
9
commits into
NVIDIA:main
Choose a base branch
from
csadorf:docs/cuml-accel-benchmark-results
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
e51b294
Add generated cuml.accel benchmark data pipeline
csadorf 215b5fd
Publish generated cuml.accel benchmark results
csadorf e0ea06c
Compact cuml.accel benchmark result tables
csadorf a8d5ea8
Make benchmark results responsive
csadorf af8681d
Rename cuml.accel performance page
csadorf 2cc80f3
Clarify benchmark scope and timeout policy
csadorf e899df9
Explain factors that determine GPU speedup
csadorf 5511917
Fix cuml.accel benchmark docs checks
csadorf 45c25b4
Sync cuml.accel benchmark publication data
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,35 @@ | ||
| # Synchronizing the cuml.accel benchmark page | ||
|
|
||
| The checked-in `benchmark-data.json` is the portable, non-published input for | ||
| the Sphinx page. It is produced and schema-validated by `cumlbench-dash`; raw | ||
| mlbench results stay outside this repository. | ||
|
|
||
| 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 validates publication schema version 1, content-addressed | ||
| source provenance, record source references, and the 147-record transport | ||
| shape, including each case's backend-neutral declared estimator parameters. It | ||
| copies the artifact unchanged, selects the widest available PCA `fit_transform` | ||
| result for PCA's canonical large case, and renders the resulting 145-record 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.