-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Release 2.7.1 validations checklist and cherry-picks #154512
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
Labels
oncall: releng
In support of CI and Release Engineering
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Comments
This was referenced May 28, 2025
Instructions to install runners:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
oncall: releng
In support of CI and Release Engineering
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Uh oh!
There was an error while loading. Please reload this page.
🐛 Describe the bug
Similar to: #150628
Cherry Picks to validate on final RC:
grid_sample
Under Windows #152385 @xuhancneinops
is unsupported and break dynamo graph with torch 2.7 #153476 @ZainRizviunimplemented
withunimplemented_v2
invariables/functions.py
#153533 @StrongerXiAdditional validation checks - @atalman :
Validate Linux aarch64 CUDA builds with triton (Please note all CUDA Aarch64 builds where validated by Nvidia)
Python 3.13 and 3.13t wheel validate - https://github.com/pytorch/test-infra/actions/runs/15303152347/job/43059048408
Amazon Linux 2023 Test + torch.compile + no numpy installed: https://github.com/pytorch/test-infra/actions/runs/15303152347/job/43059048408
Validate Metadata section of wheels - make sure python versions are set
PyTorch 2.7.1 exposes statically linked libstdc++ CXX11 ABI symbols : PyTorch 2.5.0 exposes statically linked
libstdc++
CXX11 ABI symbols. #133437(release2.7) ~/test/release2.7/.venv/lib/python3.12/site-packages/torch/lib nm -gU libtorch_cpu.dylib | grep "recursive_directory_iterator"
CUDA
torch.linalg.eigh
fails on GPU #94772 with small wheels . Passes on GPU but failing on CPU, new issue: torch.linalg.eigh fails on CPU #145801torch.compile
libdevice
relative to shared library triton-lang/triton#1176 ) in PyTorch docker containertorch.compile
raises an error if used on Windows. Test (part of torchvision): https://github.com/pytorch/test-infra/actions/runs/14182325015/job/39731076931#step:9:447torch.compile
works on 3.13 : Test: https://github.com/pytorch/test-infra/actions/runs/14315674885/job/40121143490#step:15:3483torch.compile
raises error on 3.13t: Validated :RuntimeError: torch.compile is not supported on Python built with GIL disabled
MPS
Validate docker release builds
Versions
2.7.1
The text was updated successfully, but these errors were encountered: