-
Notifications
You must be signed in to change notification settings - Fork 559
Add infrastructure to apply outstanding PT PRs. #183
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
Conversation
ad69ddc
to
9ba895d
Compare
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.
Doesn't kokoro/ubuntu/common.sh
need the same change?
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.
Don't we need the same changes for kokoro/ubuntu/common.sh
?
|
||
# Install Pytorch | ||
patch -p1 < xla/pytorch.patch | ||
xla/scripts/apply_patches.sh |
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.
Doesn't kokoro/ubuntu/common.sh
need the same change?
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.
Yeah
178e9b6
to
c49a8e4
Compare
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.
Thanks! Could you also confirm pytorch/pytorch#16781 is the only place I need to change for this to pass?
And this is good to go. :D
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.
Since pytorch/pytorch#16585 has landed, we can remove the patch.
@ailzhang yes, looks like it :) |
@dlibenzi Given 16585 is in master now, do we still want to proceed and land this PR(after removing the unncessary patch)? |
PR patch removed. |
@ailzhang I think so. It cleans up the patch apply process, and covers us from future delays. |
@ailzhang Do I have to merge after your PR, or before? |
@dlibenzi Please feel free to merge it once the test here is green. I will merge my PR later to get Pytorch CI passes. |
a47d15e
to
0d55b02
Compare
Summary: This PR will let xla tests passes after pytorch/xla#183 is in. Will add back the branch filters once it's ready. Pull Request resolved: #16781 Differential Revision: D13968976 Pulled By: ailzhang fbshipit-source-id: df3b173336b3247aa56ef723569a1f68cdfa56e0
No description provided.