Roll PyTorch Action
6eeed46060
update PyTorch version to 2.1.0.dev20230320
2023-03-20 13:24:16 +00:00
Roll PyTorch Action
be9c0de957
update PyTorch version to 2.1.0.dev20230319
2023-03-19 13:22:18 +00:00
Roll PyTorch Action
679fa96bb3
update PyTorch version to 2.1.0.dev20230318
2023-03-18 13:21:57 +00:00
Roll PyTorch Action
3f3833d770
update PyTorch version to 2.1.0.dev20230317
2023-03-17 13:23:44 +00:00
Roll PyTorch Action
91cd37256c
update PyTorch version to 2.1.0.dev20230316
2023-03-16 13:36:59 +00:00
Roll PyTorch Action
2468347376
update PyTorch version to 2.1.0.dev20230315
2023-03-15 13:24:04 +00:00
Roll PyTorch Action
327deb90cd
update PyTorch version to 2.1.0.dev20230310
2023-03-10 13:23:52 +00:00
Roll PyTorch Action
1e6608f90c
update PyTorch version to 2.1.0.dev20230309
2023-03-09 13:27:36 +00:00
Roll PyTorch Action
40c25cecc4
update PyTorch version to 2.1.0.dev20230308
2023-03-08 15:25:16 +00:00
Roll PyTorch Action
6c06b9560d
update PyTorch version to 2.1.0.dev20230307
2023-03-07 13:37:23 +00:00
Roll PyTorch Action
62250dabbb
update PyTorch version to 2.1.0.dev20230306
2023-03-06 13:23:41 +00:00
Roll PyTorch Action
5ad2d8e435
update PyTorch version to 2.1.0.dev20230305
2023-03-05 13:21:31 +00:00
Roll PyTorch Action
3297f8cb6f
update PyTorch version to 2.1.0.dev20230304
2023-03-04 13:23:32 +00:00
Roll PyTorch Action
a4602c674c
update PyTorch version to 2.1.0.dev20230303
2023-03-03 13:23:46 +00:00
Roll PyTorch Action
50ad5eab9a
update PyTorch version to 2.1.0.dev20230302
2023-03-02 13:23:42 +00:00
Roll PyTorch Action
690b07f6e5
update PyTorch version to 2.0.0.dev20230301
2023-03-01 13:35:55 +00:00
Vivek Khandelwal
a32840ffd7
build: manually update PyTorch version
...
Set PyTorch and TorchVision version to nightly release 2023-02-27.
This commit also adds the lowering for aten.add and aten.Float.Scalar op.
Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
2023-02-28 22:43:39 +05:30
Vivek Khandelwal
6a3438f672
build: manually update PyTorch version
...
Set PyTorch and TorchVision version to nightly release 2023-02-20.
Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
2023-02-23 11:33:41 +05:30
Ashay Rane
67ab708b63
python: separate build- and test-related pip dependencies ( #1874 )
...
We want to ensure that pip packages required for building torch-mlir
should be included in the dependencies of torch-mlir, but we don't want
the pip packages required for _testing_ of torch-mlir to be included
among the dependencies. To be able to specify and install one set of
dependencies and not the other, this patch separates the pip packages
into two files: build-requirements.txt and test-requirements.txt.
This patch also updates references to the requirements.txt file so that
CI builds that run end-to-end tests install test-related pip
dependencies while everything else (including WHL builds) sticks to just
the build-related pip dependencies.
Despite this change, this patch should not affect a torch-mlir
developer's workflow. More precisely, since this patch makes the
top-level requirements.txt file refer to both build-requirements.txt and
test-requirements.txt files, a torch-mlir developer should be able to
continue referring to the requirements.txt file without any impact.
2023-02-13 21:22:09 -06:00
powderluv
57b252107e
test torch / torchvision compat ( #1877 )
2023-02-13 15:26:44 -08:00
Roll PyTorch Action
3cf5f4fcb7
update PyTorch version to 2.0.0.dev20230213
2023-02-13 15:23:12 +00:00
Roll PyTorch Action
be4d220e81
update PyTorch version to 2.0.0.dev20230212
2023-02-12 14:45:19 +00:00
Roll PyTorch Action
bb8fbc41e7
update PyTorch version to 2.0.0.dev20230211
2023-02-11 14:40:15 +00:00
Roll PyTorch Action
a7294432bb
update PyTorch version to 2.0.0.dev20230210
2023-02-10 14:34:25 +00:00
Roll PyTorch Action
83534370c3
update PyTorch version to 2.0.0.dev20230209
2023-02-09 15:23:33 +00:00
Roll PyTorch Action
eb7bac7ca4
update PyTorch version to 2.0.0.dev20230208
2023-02-08 16:14:29 +00:00
Vivek Khandelwal
282c4e027b
build: manually update PyTorch version
...
Set PyTorch and TorchVision version to nightly release 2023-02-07.
Fixes https://github.com/llvm/torch-mlir/issues/1792 .
Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
2023-02-08 11:41:58 +05:30
Vivek Khandelwal
3e60e6021f
build: manually update PyTorch version
...
Set PyTorch and TorchVision version to nightly release 2023-02-06.
Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
2023-02-07 12:02:18 +05:30
Vivek Khandelwal
c957cebd03
build: manually update PyTorch version
...
Set PyTorch and TorchVision version to nightly release 2023-02-05.
Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
2023-02-06 13:23:28 +05:30
Roll PyTorch Action
5d55390111
update PyTorch version to 2.0.0.dev20230202
2023-02-02 15:06:52 +00:00
Ashay Rane
95361747c2
Revert "update PyTorch version to 2.0.0.dev20230201" ( #1842 )
...
This reverts commit ca400e02ce
, since the
(upstream) Windows build of torchvision has an incorrect dependency.
2023-02-01 13:43:53 -06:00
Roll PyTorch Action
ca400e02ce
update PyTorch version to 2.0.0.dev20230201
2023-02-01 16:27:37 +00:00
Roll PyTorch Action
5057e88715
update PyTorch version to 2.0.0.dev20230131
2023-01-31 14:40:23 +00:00
Roll PyTorch Action
c622f59300
update PyTorch version to 2.0.0.dev20230130
2023-01-30 14:33:24 +00:00
Roll PyTorch Action
6040d7ce00
update PyTorch version to 2.0.0.dev20230129
2023-01-29 14:32:31 +00:00
Roll PyTorch Action
ef4316e046
update PyTorch version to 2.0.0.dev20230128
2023-01-28 14:34:24 +00:00
Roll PyTorch Action
31ffb815e4
update PyTorch version to 2.0.0.dev20230127
2023-01-27 14:25:52 +00:00
Roll PyTorch Action
37a625e737
update PyTorch version to 2.0.0.dev20230126
2023-01-26 14:56:31 +00:00
Roll PyTorch Action
506aceae7f
update PyTorch version to 2.0.0.dev20230125
2023-01-25 17:08:43 +00:00
Roll PyTorch Action
8ce2fffca5
update PyTorch version to 2.0.0.dev20230124
2023-01-24 16:24:40 +00:00
Roll PyTorch Action
c29c07b29b
update PyTorch version to 2.0.0.dev20230123
2023-01-23 18:10:24 +00:00
Vivek Khandelwal
bf4c77cbc5
build: manually update PyTorch version
...
Set PyTorch and TorchVision version to nightly release 2023-01-22.
Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
2023-01-23 13:33:50 +05:30
Roll PyTorch Action
68ac2ce655
update PyTorch version to 2.0.0.dev20230121
2023-01-21 14:27:15 +00:00
Roll PyTorch Action
d3c6183294
update PyTorch version to 2.0.0.dev20230120
2023-01-20 14:55:41 +00:00
Roll PyTorch Action
c4c9d66f71
update PyTorch version to 2.0.0.dev20230119
2023-01-19 14:42:35 +00:00
Roll PyTorch Action
158c9b5408
update PyTorch version to 2.0.0.dev20230118
2023-01-18 14:50:48 +00:00
Roll PyTorch Action
19bb8aebdf
update PyTorch version to 2.0.0.dev20230117
2023-01-17 16:30:58 +00:00
Roll PyTorch Action
2fe697c0be
update PyTorch version to 2.0.0.dev20230116
2023-01-16 14:45:56 +00:00
Vivek Khandelwal
924503c436
build: manually update PyTorch version
...
Set PyTorch and TorchVision version to nightly release 2023-01-15.
Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com>
2023-01-16 13:07:57 +05:30
Roll PyTorch Action
3f49ba9fe2
update PyTorch version to 2.0.0.dev20230114
2023-01-14 14:35:15 +00:00