-
Notifications
You must be signed in to change notification settings - Fork 487
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
Change ATEN generator argument type to const std::optional<Generator>& #6595
Conversation
@alanwaketan Please help review it |
dcf3255
to
c193d79
Compare
c193d79
to
174183e
Compare
Great, looks like all tests are passed. Please ping me again once the upstream PR is approved. Also, we need to remove the .torch_pin before landing the PR. |
The upstream PR has been approved. Should we first merge the upstream PR or this PR? |
The upstream PR. |
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. Thanks for making the companion change!
@alanwaketan I have a confusion. If this PR is not merged first, I can't get a valid commit hash in XLA to be referred in the upstream PR for passing its XLA test. Obviously what I can obtain is the commit hash from my repositary. |
Oh, I forgot that xla hash doesn't work for forked pull request. Do you mind if I took the PR and make a new PR through branching? |
Please help me. |
Close this in favor of #6686 |
#6686) Co-authored-by: cyy <[email protected]> Summary: To adopt the changes in pytorch/pytorch#120076 To be noted, the original author is @cyyever and this is copied from #6595 Test Plan: CI
To adopt the changes in pytorch/pytorch#120076