-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Add Windows cuda 12.9.1 build #156630
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
Add Windows cuda 12.9.1 build #156630
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/156630
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 162 PendingAs of commit 6031650 with merge base d061a02 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
malfet
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.
Would be nice to have some sort of manual test plan, i.e. that one can downloads win+cu126 wheels can can still run segment reduce there
Also, add #else clause to your ifdef that adds implementation of those functions with `TORCH_CHECK(false, "Cant' compile segment reduce, see issue number")
Co-authored-by: Nikita Shulga <[email protected]>
|
@pytorchmergebot merge -f "lint is green, builds where already tested " |
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 |
Without Support for SegmentReduce.cu
Test PR confirmed by Removing SegmentReduce.cu windows build for CUDA 12.9 can succeed
Related to: #156181