-
Notifications
You must be signed in to change notification settings - Fork 26.3k
windows Magma and cuda build for cu128 #146653
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/146653
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 181 PendingAs of commit 126d019 with merge base 99dd846 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
atalman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
@pytorchmergebot merge -f "All the jobs are green" |
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 |
|
@pytorchmergebot revert -c nosignal -m "Broke nightly builds" |
|
@pytorchbot successfully started a revert job. Check the current status here. |
|
@tinglvv your PR has been successfully reverted. |
This reverts commit 9e27d36. Reverted #146653 on behalf of https://github.com/atalman due to Broke nightly builds ([comment](#146653 (comment)))
|
@pytorchmergebot merge -f "All the jobs are green" |
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 successfully started a revert job. Check the current status here. |
|
@tinglvv your PR has been successfully reverted. |
This reverts commit d0e70c4. Reverted #146653 on behalf of https://github.com/jeanschmidt due to Seems to have broken some windows tests, reverting to see if it gets green ([comment](#146653 (comment)))
|
Looks like failure maybe not related: |
|
@pytorchbot merge -f "re-merge, signals parsed" |
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 |
Followup after: #146653 This should fix upcoming CUDA 12.8 windows builds. Issue found during pytorch-canary Windows AMI test. Pull Request resolved: #146906 Approved by: https://github.com/malfet, https://github.com/tinglvv
Followup after: pytorch#146653 This should fix upcoming CUDA 12.8 windows builds. Issue found during pytorch-canary Windows AMI test. Pull Request resolved: pytorch#146906 Approved by: https://github.com/malfet, https://github.com/tinglvv
Followup after: pytorch#146653 This should fix upcoming CUDA 12.8 windows builds. Issue found during pytorch-canary Windows AMI test. Pull Request resolved: pytorch#146906 Approved by: https://github.com/malfet, https://github.com/tinglvv
Scripts needed to build Magma and CUDA on windows Same as #146653 Pull Request resolved: #155799 Approved by: https://github.com/jeanschmidt
#145570
removing
.ci/pytorch/windows/internal/cuda_install.batas it is a duplicate with.github/scripts/windows/cuda_install.bat. The later one is the one in use - https://github.com/pytorch/pytorch/pull/146653/files#diff-613791f266f2f7b81148ca8f447b0cd6c6544f824f5f46a78a2794006c78957bR8cc @atalman @ptrblck @nWEIdia