Closed
Description
This is a main issue to track which PRs should be cherry-picked for the 0.11.2 release, and follows PyTorch's criteria pytorch/pytorch#58518.
Cherry-Pick Criteria
Only low-risk changes may be cherry-picked from main:
- Fixes to regressions against the most recent minor release (e.g. 1.8 for 1.9 release; see module: regression issue list)
- Critical fixes for: silent correctness, backwards compatibility, crashes, deadlocks, (large) memory leaks
- Fixes to new features introduced in the most recent minor release (e.g. 1.8.1 for 1.9 release)
- Test/CI fixes
- Documentation improvements
- Compilation fixes or ifdefs required for different versions of the compilers or third-party libraries
- Release branch specific changes (e.g. change version identifiers)
Cherry-Pick Process
Ensure your PR has landed in main. This does not apply for release-branch specific changes (see Cherry-Pick criteria).
Create a PR against the release branch.
Have the PoC of the release review and merge the cherry pick.
Once it is merged, add a change log entry with the following format:
- Link to merged main PR (if applicable):
- Link to release branch PR:
- Criteria Category: