-
Notifications
You must be signed in to change notification settings - Fork 25.6k
CUDA 13.0 Warning update for supported architectures #163585
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/163585
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 2a01921 with merge base 8da0086 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
Can this have more context as to why we're doing this? |
@seemethere This will display warning if we try to execute CUDA 13.0 build on machine that is outside of the range: 7.5;8.0;8.6;9.0;10.0;12.0 |
@pytorchmergebot merge -f "all required tests are passing" |
Merge startedYour change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes). Please use Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
@pytorchbot cherry-pick --onto release/2.9 -c critical |
Please see build script: https://github.com/pytorch/pytorch/blob/8da008678fcb95dbf55a33451136a242871ae4e2/.ci/manywheel/build_cuda.sh#L69-L71 This should display correct warning: `` Please install PyTorch with a following CUDA configurations: 12.6 12.8 13.0 following instructions at https://pytorch.org/get-started/locally/ `` Pull Request resolved: #163585 Approved by: https://github.com/malfet (cherry picked from commit 3c64b2a)
Cherry picking #163585The cherry pick PR is at #163633 and it is recommended to link a critical cherry pick PR with an issue. The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
CUDA 13.0 Warning update for supported architectures (#163585) Please see build script: https://github.com/pytorch/pytorch/blob/8da008678fcb95dbf55a33451136a242871ae4e2/.ci/manywheel/build_cuda.sh#L69-L71 This should display correct warning: `` Please install PyTorch with a following CUDA configurations: 12.6 12.8 13.0 following instructions at https://pytorch.org/get-started/locally/ `` Pull Request resolved: #163585 Approved by: https://github.com/malfet (cherry picked from commit 3c64b2a) Co-authored-by: atalman <atalman@fb.com>
Please see build script: https://github.com/pytorch/pytorch/blob/8da008678fcb95dbf55a33451136a242871ae4e2/.ci/manywheel/build_cuda.sh#L69-L71 This should display correct warning: `` Please install PyTorch with a following CUDA configurations: 12.6 12.8 13.0 following instructions at https://pytorch.org/get-started/locally/ `` Pull Request resolved: pytorch#163585 Approved by: https://github.com/malfet
Please see build script:
pytorch/.ci/manywheel/build_cuda.sh
Lines 69 to 71 in 8da0086
This should display correct warning:
Please install PyTorch with a following CUDA configurations: 12.6 12.8 13.0 following instructions at https://pytorch.org/get-started/locally/