-
Notifications
You must be signed in to change notification settings - Fork 23.6k
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
[Reland] Remove calls of c10::either #109708
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/109708
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 65f589c with merge base b30ee35 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
cfa8eac
to
65f589c
Compare
@pytorchmergebot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
I think this broke test_cpp_extensions_aot_no_ninja on windows cuda. Error looks like https://hud.pytorch.org/pytorch/pytorch/commit/e4d8ec9fe82b6186efbff0e2a7b8393b157ef298 |
HI @clee2000 I agree I am looking at this error now. Error on Line 626 refers to this PR:
![]() |
@pytorchbot revert -m "Broke windows periodic tests" -c nosignal |
@pytorchbot successfully started a revert job. Check the current status here. |
@cyyever your PR has been successfully reverted. |
This reverts commit 0735f6c. Reverted #109708 on behalf of https://github.com/atalman due to Broke windows periodic tests ([comment](#109708 (comment)))
@clee2000 It was likely a MSVC bug |
While there were FB issues encountered when removing c10::either #109299 , we should be able to change OSS code.
cc @clee2000