Commit 1a986c9
authored
Document cuDNN fallback for deterministic training (#7559)
# Description
Document `TORCH_CUDNN_V8_API_DISABLED=1` as an optional setting that may
improve run-to-run determinism for convolutional training workloads. The
note explains that the setting selects PyTorch's cuDNN v7 API instead of
cuDNN v8 execution plans.
No new dependencies are required.
## Type of change
- Documentation update
## Release backport
- [x] <!-- backport-active-release --> Backport this pull request to the
active release branch after it merges into `develop`
## Screenshots
Not applicable.
## Checklist
Docker and GPU tests run on demand. Push the commits you want tested,
then
comment `run-ci` on the pull request.
- [x] I have read and understood the [contribution
guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html)
- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`uv run isaaclab -f`
- [x] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works (not applicable to this documentation-only change)
- [x] I have added a changelog fragment under
`source/<pkg>/changelog.d/` for every touched package (no source package
is touched)
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there
## Validation
- `uv run --isolated --extra dev --extra ov -- make -C docs
current-docs`
- `uv run isaaclab -f`1 parent c58715b commit 1a986c9
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
40 | 46 | | |
41 | 47 | | |
42 | 48 | | |
| |||
0 commit comments