You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Backports #7182 to `release/3.0.0` by cherry-picking merged commit
`c1b0cbd25c488d3c30d070636f8b402e9cbcdc17`.
This consolidates the multi-GPU guide, standardizes benchmark workflows
on `startup_multigpu`, `runtime_multigpu`, and `training_multigpu`, and
retains the hyphenated forms as deprecated compatibility aliases.
No new dependencies.
## Type of change
- Documentation update
- Non-breaking benchmark CLI change with deprecated compatibility
aliases
## Release backport
Not applicable; this PR targets the active release branch.
## Validation
- [x] Focused benchmark tests: 22 passed
- [x] `uv run isaaclab -f` equivalent with
`ISAACLAB_CHANGELOG_BASE_REF=release/3.0.0`: passed
- [x] Warning-as-error docs build: passed
- [x] Backport patch ID matches merged #7182
The host was macOS, while the project lock and `ovstage` wheel support
Linux/Windows. Validation therefore used a temporary uv-managed Python
3.12 environment; Sphinx autodoc mocked only the unavailable Linux
`ovstage` module.
## Checklist
- [x] I have read and understood the contribution guidelines
- [x] I have run the pre-commit checks
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [x] I have added tests that prove the canonical and compatibility
command dispatch
- [x] I have included the original changelog fragment for the touched
package
- [x] The original author already exists in `CONTRIBUTORS.md`
Signed-off-by: Mustafa H <34825877+StafaH@users.noreply.github.com>
Co-authored-by: Mustafa H <34825877+StafaH@users.noreply.github.com>
Co-authored-by: Antoine RICHARD <antoiner@nvidia.com>
0 commit comments