Roll PyTorch Action
5351db0e99
update PyTorch version to 2.0.0.dev20230104
2023-01-04 16:38:47 +00:00
Roll PyTorch Action
324ccccc2d
update PyTorch version to 2.0.0.dev20230103
2023-01-03 14:27:40 +00:00
Roll PyTorch Action
818f5dc3ad
update PyTorch version to 2.0.0.dev20230102
2023-01-02 14:26:23 +00:00
Roll PyTorch Action
cfad718a86
update PyTorch version to 2.0.0.dev20230101
2023-01-01 14:27:33 +00:00
Roll PyTorch Action
9e71d271f6
update PyTorch version to 2.0.0.dev20221231
2023-01-01 09:33:45 +00:00
Roll PyTorch Action
867fade9c5
update PyTorch version to 2.0.0.dev20221230
2022-12-30 14:36:33 +00:00
Roll PyTorch Action
f0998f92df
update PyTorch version to 2.0.0.dev20221229
2022-12-29 14:39:28 +00:00
Roll PyTorch Action
49274dc3db
update PyTorch version to 2.0.0.dev20221228
2022-12-28 15:03:28 +00:00
Roll PyTorch Action
ff9523d2b6
update PyTorch version to 2.0.0.dev20221227
2022-12-27 14:29:41 +00:00
Roll PyTorch Action
6bd6a79e23
update PyTorch version to 2.0.0.dev20221226
2022-12-26 14:34:40 +00:00
Roll PyTorch Action
86d25e310b
update PyTorch version to 2.0.0.dev20221225
2022-12-25 14:19:22 +00:00
Roll PyTorch Action
7362f80558
update PyTorch version to 2.0.0.dev20221224
2022-12-24 14:54:07 +00:00
Roll PyTorch Action
bcfb1d10b1
update PyTorch version to 2.0.0.dev20221223
2022-12-23 14:35:08 +00:00
Roll PyTorch Action
52669cbbd5
update PyTorch version to 2.0.0.dev20221222
2022-12-22 14:36:49 +00:00
Roll PyTorch Action
810473cc03
update PyTorch version to 2.0.0.dev20221221
2022-12-21 16:24:41 +00:00
Jae Hoon (Antonio) Kim
1d695239ff
Unrevert #1724 ( #1737 )
...
* Unrevert #1724
* Update pytorch requirements.txt
2022-12-20 11:17:21 -05:00
Roll PyTorch Action
335cfe9134
update PyTorch version to 2.0.0.dev20221217
2022-12-17 14:40:50 +00:00
Ashay Rane
dd1cf578a6
build: fix LTC code after upstream PyTorch change ( #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.
2022-12-16 13:07:38 -06:00
Jae Hoon (Antonio) Kim
a2a93891ea
Replace asIntArrayRefSlow with macro ( #1724 )
...
* Replace asIntArrayRefSlow with macro
* Update pytorch requirements.txt
2022-12-15 11:52:41 -05:00
Roll PyTorch Action
a29f173a6b
update PyTorch version to 2.0.0.dev20221214
2022-12-14 15:23:09 +00:00
Roll PyTorch Action
8d098dc8d5
update PyTorch version to 2.0.0.dev20221213
2022-12-13 14:52:27 +00:00
Vivek Khandelwal
143a8f378d
build: manually update PyTorch version
...
Set PyTorch and TorchVision version to nightly release 2022-12-11.
Signed-Off By: Vivek Khandelwal<vivek@nod-labs.com>
2022-12-12 15:46:54 +05:30
Vivek Khandelwal
ef39b9ebb4
build: manually update PyTorch version
...
Set PyTorch and TorchVision version to nightly release 2022-12-05.
Signed-Off By: Vivek Khandelwal<vivek@nod-labs.com>
2022-12-05 22:44:32 +05:30
Roll PyTorch Action
6c5360e281
update PyTorch version to 1.14.0.dev20221204
2022-12-04 14:28:48 +00:00
Roll PyTorch Action
8baa9e42e7
update PyTorch version to 1.14.0.dev20221203
2022-12-03 14:37:17 +00:00
Roll PyTorch Action
fcc670d785
update PyTorch version to 1.14.0.dev20221202
2022-12-02 14:50:28 +00:00
Roll PyTorch Action
e66bf7b8cb
update PyTorch version to 1.14.0.dev20221201
2022-12-01 15:01:09 +00:00
Roll PyTorch Action
44b185a46b
update PyTorch version to 1.14.0.dev20221130
2022-11-30 15:31:17 +00:00
Vivek Khandelwal
4d49c44967
build: manually update PyTorch version
...
Set PyTorch and TorchVision version to nightly release 2022-11-22.
Add failing tests to the xfail set.
Signed-Off By: Vivek Khandelwal<vivek@nod-labs.com>
2022-11-29 20:33:27 +05:30
Ashay Rane
e206db2761
build: manually update PyTorch version ( #1631 )
...
Sets PyTorch and TorchVision version to nightly release 2022-11-22.
2022-11-23 19:06:55 -06:00
Roll PyTorch Action
f40cbd6a71
update PyTorch version to 1.14.0.dev20221114
2022-11-15 01:44:30 +00:00
Ashay Rane
f1ef5681cc
build: pin torchvision to latest nightly ( #1584 )
...
We currently pin the `torch` package to the latest nightly version, but
since `torchvision` depends on the `torch` package, the pip resolver
then has to run through an extensive list of `torchvision` packages that
can be installed with the pinned `torch` package. This search fails in
the RollPyTorch action, causing pip to settle on an old version of
`torchvision` that does not work with our tests. In reality, we are
only interested in a specific version of the `torchvision` package.
To make the dependency explicit and to prevent test failures because of
incorrect package installations, this patch makes two key changes:
1. `torchvision` is now pinned to the latest nightly release in
pytorch-requirements.txt along with the version of `torch` that is
necessary to install the requested `torchvision` package
2. The RollPyTorch action now looks for the latest `torchvision` package
instead of the latest `torch` package before writing the version
numbers for pinning in pytorch-requirements.txt
2022-11-14 15:56:02 -06:00
Gleb Kazantaev
6909eaf7fc
Update TorchMlirBackendImpl Methods ( #1580 )
...
* Fix LTC build
* Remove passing test from xfail set
2022-11-14 00:37:49 -05:00
Ashay Rane
6c31b06922
build: revert PyTorch update ( #1571 )
...
The PyTorch update broke the build. I'm about to add more tests so that
it doesn't happen in the future.
2022-11-10 12:37:25 -06:00
Roll PyTorch Action
9df748d7ef
update PyTorch version to 1.14.0.dev20221110
2022-11-10 17:52:06 +00:00
Jae Hoon (Antonio) Kim
2ec4b06bbb
Remove MakeView from IR Builder ( #1552 )
...
* Remove MakeView from IR Builder
* Update PyTorch requirements
2022-11-09 13:46:34 -05:00
Roll PyTorch Action
e78e9cd782
update PyTorch version to 1.14.0.dev20221105
2022-11-06 14:04:59 +00:00
Roll PyTorch Action
5ee20e70a1
update PyTorch version to 1.14.0.dev20221104
2022-11-04 22:01:57 +00:00
Jae Hoon (Antonio) Kim
0701464c47
Remove view ops from IR builder ( #1534 )
...
* Remove view ops from IR builder
* Update PyTorch requirements
2022-10-30 21:42:44 -04:00
Roll PyTorch Action
5d5aa47cdf
update PyTorch version to 1.14.0.dev20221027
2022-10-27 16:35:00 +00:00
Roll PyTorch Action
ce01c4f9a7
update PyTorch version to 1.14.0.dev20221026
2022-10-26 15:29:42 +00:00
Roll PyTorch Action
2f097d3976
update PyTorch version to 1.14.0.dev20221025
2022-10-25 13:36:46 +00:00
Jae Hoon (Antonio) Kim
2f300935bf
Reference lazy graph executor ( #1507 )
...
* Add LazyGraphExecutor registration
* Update PyTorch version to 1.14.0.dev20221024
Co-authored-by: Roll PyTorch Action <torch-mlir@users.noreply.github.com>
2022-10-24 17:15:11 -04:00
Roll PyTorch Action
470a2f62f3
update PyTorch version to 1.14.0.dev20221021
2022-10-21 15:25:28 +00:00
Roll PyTorch Action
724d8d183a
update PyTorch version to 1.14.0.dev20221020
2022-10-20 13:38:23 +00:00
Roll PyTorch Action
c97df38e3e
update PyTorch version to 1.14.0.dev20221019
2022-10-19 15:27:42 +00:00
Ashay Rane
1d28098c3c
Revert "update PyTorch version to 1.14.0.dev20221018" ( #1504 )
...
Upstream PyTorch nightly page
[https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html ]
somehow dropped the link for torch-1.14.0.dev20221018 for macOS but not
for Linux or Windows, whereas our RollPyTorch action assumes that if the
nightly version is available for Linux, it is also available for macOS.
This reverts the commit that changed the PyTorch version.
2022-10-18 13:51:26 -05:00
Roll PyTorch Action
943cc9e736
update PyTorch version to 1.14.0.dev20221018
2022-10-18 16:05:58 +00:00
Roll PyTorch Action
679170702c
update PyTorch version to 1.14.0.dev20221017
2022-10-17 13:40:06 +00:00
Roll PyTorch Action
5f69d2c2ef
update PyTorch version to 1.14.0.dev20221016
2022-10-16 14:03:14 +00:00