Change ATEN generator argument type to const std::optional<Generator>ᧃ
Change ATEN generator argument type to const std::optional<Generator>ᧃcyyever wants to merge 2 commits intopytorch:masterfrom
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. |
alanwaketan
left a comment
There was a problem hiding this comment.
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 <cyyever@outlook.com> 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