forked from llvm/torch-mlir
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: fix LTC code after upstream PyTorch change (llvm#1727)
pytorch/pytorch@140a3139 reverted a change from yesterday, causing the RollPyTorch action to break. This patch reverts the corresponding change in the torch-mlir LTC code. This patch also re-enables tests that were previously marked as XFAIL.
- Loading branch information
Showing
4 changed files
with
4 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1902ca9d533da6d24b1fb9d0c345349d51ae26ad | ||
2bd3fbe2e6b42f3c8f7eea443c89b515cb1981f1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html | ||
--pre | ||
torch==2.0.0.dev20221215 | ||
torchvision==0.15.0.dev20221215 | ||
torch==2.0.0.dev20221216 | ||
torchvision==0.15.0.dev20221216 |