windows Magma and cuda build for cu128#146653
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. |
|
@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
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