Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/llvm/torch-mlir

The Torch-MLIR project aims to provide first class support from the PyTorch ecosystem to the MLIR ecosystem.
https://github.com/llvm/torch-mlir

CI: Update script to (mock) merge of RollPyTorch PRs (#2213)

Before enabling the actual merge, this patch dumps to the console the
bash commands that it pla...

2480cb7a512d249a0cc41b2079313b5ada3c399d authored over 1 year ago by Ashay Rane <[email protected]>
[Torch Dialect] Support recompose aten.split.Tensor + prim.ListUnpack (#2192)

faec8698eab63227f0d9a89547cac4252f4e83b4 authored over 1 year ago by Yuanqiang Liu <[email protected]>
update PyTorch version to 2.1.0.dev20230606

- torch version: 2.1.0.dev20230606
- torch commit hash: 4d648e450b8e1386c0079f22c38aebc14fb938...

e29c5e80033e1fda8727b5888b1cc03c246ece3e authored over 1 year ago by Roll PyTorch Action <[email protected]>
[MLIR][TORCH] Add E2E support for aten.tril op (#2202)

Signed-Off By: Vivek Khandelwal <[email protected]>

da886280fe0e2bf20a97969e970aca1d9188d6b6 authored over 1 year ago by Vivek Khandelwal <[email protected]>
CI: Fix yaml syntax in merge-rollpytorch.yml (#2201)

This patch fixes the indentation in the yaml file.

173050ec8a5cf390a19c320bef6f9d20a7113e1e authored over 1 year ago by Ashay Rane <[email protected]>
update PyTorch version to 2.1.0.dev20230605 (#2199)

- torch version: 2.1.0.dev20230605
- torch commit hash: 7a5da818220cc4c950128db5ea65ec98dece55...

c732b7031e88bc0ebb29b26f87cc7b07cbc5f3a3 authored over 1 year ago by Sean Silva <[email protected]>
CI: Introduce workflow to auto-merge RollPyTorch updates (#2196)

This patch adds a new workflow that runs when an update to the
rollpytorch branch by silvasean ...

c804dac92520497489e82eed0efd959af4a1971f authored over 1 year ago by Ashay Rane <[email protected]>
update PyTorch version to 2.1.0.dev20230604 (#2195)

- torch version: 2.1.0.dev20230604
- torch commit hash: 810edae5137bdc0cd25ac2f133d6633d6146b1...

75bc6cb11948977660bb007c0e5f955f732e2fdd authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230603 (#2193)

- torch version: 2.1.0.dev20230603
- torch commit hash: 7726721661ea114acb81a860519d0a1501d88f...

4f323ec35273e4150652013dd02fd5c48c7de3ec authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230602 (#2191)

- torch version: 2.1.0.dev20230602
- torch commit hash: 52c7a761c5cb6ae94acf2298827309fba3dbc0...

4659c6c8f010e2a5aeda087088042cddc966dfb9 authored over 1 year ago by Sean Silva <[email protected]>
CI: Spot fixes related to nightly and stable PyTorch builds (#2190)

* CI: Skip (redundant) libtorch build when using stable PyTorch version

When we use PyTorch s...

755d0c46daf31d2dd177074976c1535f3b8f5d58 authored over 1 year ago by Ashay Rane <[email protected]>
[LINALG] Add dynamic support for `PrimMinIntOp`

281dccc68188a46200ef2bd1a1baf9628d9ee216 authored over 1 year ago by Ramiro Leal-Cavazos <[email protected]>
Fix types + off-by-1 error, clamp `end` in slice+copy_ recomposition

The `copy_` op being replaced by `RecomposeSliceCopy_` operates on a
subset of the tensor being ...

a46b5c6af2f73d932cb12d2b0a9726b945e11850 authored over 1 year ago by Ramiro Leal-Cavazos <[email protected]>
update PyTorch version to 2.1.0.dev20230601 (#2189)

1eb992876c6ac23843b49120c69889937755ae9e authored over 1 year ago by Sean Silva <[email protected]>
[Torch Dialect] Add support for AtenScalarTensorOp (#2085)

* add scalar_tensor op

* add dynamo pass test; needs PR2062

* try to fix

* Empty commit...

8af3e50662fb0eca279402169410450796472380 authored over 1 year ago by Zhekun Zhang <[email protected]>
update PyTorch version to 2.1.0.dev20230531 (#2188)

- torch version: 2.1.0.dev20230531
- torch commit hash: 48552338649ccc467060f5f93dbe19e2acbc4d...

7ab16d38cf3a8e5bacaff00ae3800385b15db01f authored over 1 year ago by Sean Silva <[email protected]>
[Importer] import constant tuple (#2132)

* [Importer] import constant tuple

* update

* update

* update

72b8070e57a8018e50e5c5182b9b11f498b82ca9 authored over 1 year ago by Yuanqiang Liu <[email protected]>
Add `ReadOnly` trait to `copy.to_vtensor` (#2179)

Before inlining a global slot, the users of the global slot are
checked to see if they are `Rea...

479b2175ef18355c2814f50cbeea5cb95f3f1842 authored over 1 year ago by Ramiro Leal-Cavazos <[email protected]>
Add Stable PyTorch CI Pipeline (#2038)

* feat: split pytorch requirements into stable and nightly

* fix: add true to tests to see fu...

db3f2e3fde153374c8e70e037788a044a579da4f authored over 1 year ago by maxbartel <[email protected]>
[MLIR][TORCH] Add support for the total_weight for aten.nll_loss_forward op

Signed-Off By: Vivek Khandelwal <[email protected]>

959f4f48d51307dca38afdf63188583618e68378 authored over 1 year ago by Vivek Khandelwal <[email protected]>
[TM_TENSOR] Add `aten.scatter.[src|value]` op

This commit adds support of `aten.scatter.src` and `aten.scatter.value`
ops.

Signed-Off-by: Gau...

552887783a58376842d3b2ca64f97f8dcd84a347 authored over 1 year ago by Gaurav Shukla <[email protected]>
Add correct type checking for tm_tensor.attention

b9d29dc0550369b6e77c964b18234873d7099ef0 authored over 1 year ago by George Petterson <[email protected]>
[Stablehlo] Enable Stablehlo backend with arith dialect (#2139)

5223f990dfff28a1927ef61d70f58f6da2fc9138 authored over 1 year ago by Yuanqiang Liu <[email protected]>
update PyTorch version to 2.1.0.dev20230526 (#2175)

- torch version: 2.1.0.dev20230526
- torch commit hash: 10b46f7c7f69f9bf705d2b6ea53efb9c591456...

4216c7d622826ec9ac9867fea4f56359ec52449a authored over 1 year ago by Sean Silva <[email protected]>
Delete another spurious pip (#2173)

2f02ae1ebe0f0c84c93b1ca78a11d0527d2e49d4 authored over 1 year ago by powderluv <[email protected]>
Add ARM64 release builds (#2159)

Creates a build_linux_arm64 job that builds the release on an arm64 self-hosted runner.
Drop Py...

9b7909b599b6f1cd3f45751e38d6a92d41c94bc2 authored over 1 year ago by powderluv <[email protected]>
[Torch Op] Add AtenChunkOp support (#2152)

* add chunkOp support

* update LTC xfail list

* address comments

* address comments

...

69e993b03f7286612a770afef20ba0d4e8752615 authored over 1 year ago by Zhekun Zhang <[email protected]>
Remove spurious pip in Release builds (#2172)

(left over from a previous commit that was approved and landed in a branch on accident)

f5e0287aaa5189d82890f8ed11c19cdd7a62227b authored over 1 year ago by powderluv <[email protected]>
only setup python for non-docker platforms (#2171)

Original PR was accidentally merged to a branch. Re-landing same PR to main now

0cdc03d8fe95fc844334f52fe2176db34abb8303 authored over 1 year ago by powderluv <[email protected]>
Add alias analysis for cast-like ops to maximize-value-semantics (#2160)

When `use_tracing=True` is used to import a model into Torch-MLIR,
several casts get inserted i...

dff3405d5a1b7912aad702cb7f4d581de2d4a695 authored over 1 year ago by Ramiro Leal-Cavazos <[email protected]>
CI: disable caching for release builds (#2168)

This patch adds a (default-true) input called `cache-enabled` to the
setup-build action, so tha...

9f65a8a961e11e38e03fc83ca605b936b03bced4 authored over 1 year ago by Ashay Rane <[email protected]>
update PyTorch version to 2.1.0.dev20230525 (#2167)

- torch version: 2.1.0.dev20230525
- torch commit hash: eb2ef134b4e834a9b8a8b6de86ddd7d2780ce0...

56b8dd1b4934eff90accb7bfd8705b8e210af16d authored over 1 year ago by Sean Silva <[email protected]>
[Stablehlo] Add aten.uniform lowering (#2101)

* add uniform stablehlo lowering

* add unit test

* new line

* rm redundant file

* Em...

f0b7b63be06fc0ed5bdf43e02967cd47a53a24fc authored over 1 year ago by Zhekun Zhang <[email protected]>
[arm64] Fix release builds for ARM64 (#2157)

Tested on Ubuntu 23.04 on Ampere Altra instance.

b9b3af8003df35e7094525f9aea3ca605a0da9f9 authored over 1 year ago by powderluv <[email protected]>
[Stablehlo] Add `AtenIndexTensor` StableHlo support (#2107)

* Add AtenIndexTensor StableHlo support

* clean up

* Empty commit, trigger test

* try t...

eb8f56aeb790df1091d6844c0f5dafa1fc1b6051 authored over 1 year ago by Zhekun Zhang <[email protected]>
[Torch Dialect] Add split.tensor support + recompose rules (#2102)

* add split.tensor support + recompose rules

* add e2e test

* address comments

* addres...

a426363b7db52f71be80e45e341b3b9f6d59e304 authored over 1 year ago by Zhekun Zhang <[email protected]>
update PyTorch version to 2.1.0.dev20230523 (#2148)

- torch version: 2.1.0.dev20230523
- torch commit hash: 981d4c2578d10d8a96d173471802fc2812541f...

080fad7c07e56ff196227fbfe6b64e9bba340a4e authored over 1 year ago by Sean Silva <[email protected]>
[TORCH-MLIR] Add ODS for aten.sign op.

This commit adds ODS for the aten.sign op.

Signed-Off-By: Prateek Gupta <prateek.gupta2@cerebra...

938a489e74e233a546b04848a1f6fc5be69210f5 authored over 1 year ago by Prateek Gupta <[email protected]>
[Torch Dialect] Enforce signless attribute for ConstantIntOp (#2078)

* fix torch_c.to_i64

* restore dialect.cpp

* Empty commit, trigger test

* Empty commit,...

5b63138d557cf4cc8e3a921385418c3c8044eadf authored over 1 year ago by Zhekun Zhang <[email protected]>
Fix sign-compare warning (#2136)

588bdc1344bc7166d8c7bd6115768327262f9b20 authored over 1 year ago by Ramiro Leal-Cavazos <[email protected]>
update PyTorch version to 2.1.0.dev20230522 (#2145)

- torch version: 2.1.0.dev20230522
- torch commit hash: 871fc7bb76f05c3c487214404f687cf7a6a8e4...

b407b4f1f35a0c5943611ca2b57aa78de1f8f3ad authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230521 (#2142)

7094dae4fe6d2782cd9ea8691640424f4cc072a4 authored over 1 year ago by Sean Silva <[email protected]>
CI: Use GitHub app token for creating PRs (#2137)

Since PRs created by the GitHub action bot cannot trigger workflows (and
thus build tests), thi...

558f12f05c207832344dfda76775f234284b257a authored over 1 year ago by Ashay Rane <[email protected]>
update PyTorch version to 2.1.0.dev20230519 (#2134)

- torch version: 2.1.0.dev20230519
- torch commit hash: 61239df555df02e8c60a2ad63363878a2a57c1...

96327f5997db91d02465a1868415b44e0bb9a0ab authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
[Torch Op] Add unbind.int support with ListUnpack (#2058)

* add unbind int

* reformat

* use unpack canonicalize

* address comments

* Empty com...

aa97c8383e96db645b579f58599255f6f41fa1b9 authored over 1 year ago by Zhekun Zhang <[email protected]>
[StableHlo] Support AtenEmptyMemoryFormatOp (#2092)

* add empty conversion

* clean up

* add tests

---------

Co-authored-by: zhekun.zhang...

13336749055803ac3843473c9c93a91ba4334303 authored over 1 year ago by Zhekun Zhang <[email protected]>
[tosa] support lowering basic torch binary ops with mixed dtypes (#2122)

Lowering torch operations that allow different compatible data types
in its operands to tosa en...

ed4ecb072f0b944f050bb0bca2461c639abcd353 authored over 1 year ago by TatWai Chong <[email protected]>
build: manually update PyTorch version

Set PyTorch and TorchVision version to nightly release 2023-05-16.

Signed-Off By: Vivek Khandel...

5698893ae424ffaf30923a38256b8bd4a1dcd344 authored over 1 year ago by Vivek Khandelwal <[email protected]>
[Stablehlo] add e2e test for aten.batch_norm (#2129)

6f7d9e83dfefc61da9ca623441a3cd0aebc549a4 authored over 1 year ago by Yuanqiang Liu <[email protected]>
[Torch Dialect] require dtype exists when decompose to aten.where.self (#2094)

* [Torch Dialect] require dtype exists when decompose to aten.where.self

* update

e98f2ba04a50dcba8dfd625fc7415edae698a8d1 authored over 1 year ago by Yuanqiang Liu <[email protected]>
Add TMTensor::Attention and lower ScaledDotProductAttentionOp to it (#2027)

0302cf1d92fe131dec30e898e4de940efb3e8982 authored over 1 year ago by gpetters94 <[email protected]>
[CAPI] add isValidSubtype to CAPI (#2127)

c76a48308e17dc6a91c9b07f0adc96053e411c44 authored over 1 year ago by Maksim Levental <[email protected]>
CI: [nfc] Use actions/cache instead of modified fork (#2124)

We previously used a fork of the action/cache repository for the PyTorch
cache since the action...

19a08d51f36f4bf0f595a996b99a74e63a42e13b authored over 1 year ago by Ashay Rane <[email protected]>
TorchToTosa: Support casts from and to bf16 (#2118)

3a8196588fe27ed22d406a93a3f739ce342b00ba authored over 1 year ago by Matthias Gehre <[email protected]>
add mse_loss_backward (#2111)

17db2aafa3625ab2c439888246025ef28481c3f8 authored over 1 year ago by David Gens <[email protected]>
Replace RefineTypes with dtype functions (#2105)

This commit adds dtype functions for all the torch ops that did not
previously have one and rem...

de02b56e17739a33cfaa5e1c32739f83ae20fdb4 authored over 1 year ago by Ramiro Leal-Cavazos <[email protected]>
CI: prepare CI for ccache updates for MSVC/Windows (#2120)

This patch, by itself, doesn't fix caching on Windows, but once a new
release of ccache is avai...

28bb8662601b472b8d942368554ee0b34c22401c authored over 1 year ago by Ashay Rane <[email protected]>
update PyTorch version to 2.1.0.dev20230512 (#2119)

- torch version: 2.1.0.dev20230512
- torch commit hash: 1a3d3669efa55e3360060c9b81f87900ae0c90...

c26e96e9a61685823db259c5aa4fcde83137832d authored over 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Pure-Python FX importer. (#2098)

Co-authored-by: Sean Silva <[email protected]>

c3cd7471b4831d101780fdd9527feb7cce907bc3 authored over 1 year ago by Maksim Levental <[email protected]>
CI: let GitHub action create commit (#2114)

The GitHub action for creating the PR expects that either the changes
are not committed (in whi...

e161f2511af2cc339052a5361b91ea77b1487c96 authored over 1 year ago by Ashay Rane <[email protected]>
Add AtenFillScalarOp Stablehlo support (#2108)

Co-authored-by: zhekun.zhang <[email protected]>

1eb18dd8b5dbe5b4dd6f53947f41be10370eb642 authored over 1 year ago by Zhekun Zhang <[email protected]>
Add complex types support with basic complex ops.

Add complex types support with basic complex types.
Add aten.imag and aten.real op lowering via ...

3cd91affbcc164243099282a15d60957457cb5d0 authored over 1 year ago by Prashant Kumar <[email protected]>
Add complex dtype support on refbackend

ab694dfbc1280c2c6f9107b082536d75d8cb83d0 authored over 1 year ago by Ramiro Leal-Cavazos <[email protected]>
torch.complex to builtin complex types matching.

The right approach would be to create our own !torch.complex type
and use that during import tha...

8eb0c7e65602e491745e99c1f35a7307a1ff0dd3 authored over 1 year ago by Prashant Kumar <[email protected]>
Fix torchdynamo fail test.

c47d3aab01bb32831adae5b338baca2f1db46561 authored over 1 year ago by Prashant Kumar <[email protected]>
Add ODS for group_norm

- Add ODS for native_group_norm/backward.
- Add shape-inference for native_group_norm/backward ....

40a2c501a1df6a98cad42f5908f6cd2f2abd006e authored over 1 year ago by rahul shrivastava <[email protected]>
Add e2e native_group_norm test-cases

Signed-off-by: rahul shrivastava <[email protected]>

86429d96563e78100d325b9aa48fcc14d467f03c authored over 1 year ago by rahul shrivastava <[email protected]>
[TOSA] lowering support for aten cat (#2039)

Add support for lowering torch.aten.cat to tosa.concat

* add support for aten cat to tosa

...

86718cb203ba92e12ba7e2b5b364f92291d95c54 authored over 1 year ago by yifei410 <[email protected]>
CI: create PR for RollPyTorch updates (#2106)

Currently, we run just the Linux in-tree tests when the RollPyTorch
workflow runs, but this is ...

377720af87f8ed1a21a906dc696d65ecc2b9f952 authored over 1 year ago by Ashay Rane <[email protected]>
Integrate LLVM

LLVM: 26ee8947702d79ce2cab8e577f713685a5ca4a55
MHLO: 4805d8498dfb81566076f56f52273b426c1cc5bf

P...

d7614c261d6fc1245bd679d15dea58f1eee06fa9 authored over 1 year ago by Sean Silva <[email protected]>
[Stablehlo] Add stablehlo support for aten.abs (#2068)

Co-authored-by: AmosLewis <[email protected]>

51e0a2c933524baa23e4045cbdb62a4fe3a48109 authored over 1 year ago by Chi_Liu <[email protected]>
[CMake] Add headers to install target (#2100)

c7a24c4d21812ae82184f6d8d1ebdef332b84eaa authored over 1 year ago by Maksim Levental <[email protected]>
[Linalg] fix lowering reduce max with -inf (#2097)

ef6dae6ae2d0778d2ee369852a2eaefaf6c55c38 authored over 1 year ago by Yuanqiang Liu <[email protected]>
update PyTorch version to 2.1.0.dev20230508

11a91b9d148da082f7bba6cfa8d7960ccb18225a authored over 1 year ago by Roll PyTorch Action <[email protected]>
[Stablehlo] fix reduce max init_value with -inf (#2064)

* [Stablehlo] fix reduce max init_value with -inf

* update

0096ceae2fa50bc409b31cff2a9775522b222a26 authored over 1 year ago by Yuanqiang Liu <[email protected]>
update PyTorch version to 2.1.0.dev20230506

0d0366c319dce5b5043918280f39a73a0d58738c authored over 1 year ago by Roll PyTorch Action <[email protected]>
[Torch Dialect] typo fix for RefineTypes (#2087)

9f1ed4b2baed10cce7055ad1e13d08a59b753ab5 authored over 1 year ago by Yuanqiang Liu <[email protected]>
[StableHlo] Fix AtenWhereSelfOp convert rule (#2093)

* fix whereself convert rule

* use int to test promotion

* add dynamo failing test

----...

fc62b8e9abe2bfa8ec51f1b5edbdfa02a6414353 authored over 1 year ago by Zhekun Zhang <[email protected]>
update PyTorch version to 2.1.0.dev20230505

eaaaeb6ff15d676f901035f86af55a17dc252781 authored over 1 year ago by Roll PyTorch Action <[email protected]>
[MLIR][TORCH] Add E2E support for aten.topk op

This commit adds the decomposition for the aten.topk op.

Signed-Off By: Vivek Khandelwal<vivek@...

378860f51b50abacef27fb3dac96010c80488ae5 authored over 1 year ago by Vivek Khandelwal <[email protected]>
add stablehlo support for pow.tensor_tensor (#2086)

Co-authored-by: zhekun.zhang <[email protected]>

1eceb84899ca782eff8462b179e9e3187c064679 authored over 1 year ago by Zhekun Zhang <[email protected]>
[Torch Dialect] Add to.dtype_layout canonicalize patterns (#2062)

* add to.dtype_layout canonicalize patterns

* update comment

---------

Co-authored-by: ...

0cf9ee340bc3264922e03b0df002e41c69184702 authored over 1 year ago by Zhekun Zhang <[email protected]>
[Torch Dailect] add canonicalize pattern for prim.device (#2066)

c596d11b98484efb3e242110e109d4db489722ac authored over 1 year ago by Yuanqiang Liu <[email protected]>
[build] Update llvm tag to 68754241 (#2079)

This commit updates the `llvm-project` and `mlir-hlo` submodules to
commits:

- llvm-project:...

f9c2b46e621d21d374e4f167f0ee173c3592115e authored over 1 year ago by Ramiro Leal-Cavazos <[email protected]>
[Dynamo] fix TORCHDYNAMO_CRASHING_SET (#2082)

100cb46baaf2338ae98694491d9a421a79eb3bd0 authored over 1 year ago by Maksim Levental <[email protected]>
Revert "update PyTorch version to 2.1.0.dev20230430" (#2080)

This reverts commit eab1930c491d0a59cc0467f0091f5a05f9d2bd60.

The PyTorch version does not ye...

55caaf6dda478d16b0f7a7fd07e0e457cc72057a authored over 1 year ago by Ramiro Leal-Cavazos <[email protected]>
update PyTorch version to 2.1.0.dev20230430

eab1930c491d0a59cc0467f0091f5a05f9d2bd60 authored over 1 year ago by Roll PyTorch Action <[email protected]>
Missing ";" bewtween includes in MHLOTargets.cmake (#2074)

Co-authored-by: Tilmann Bartsch <[email protected]>

2b56ee46e1c83decd22973430373c4bc3f51a1b2 authored over 1 year ago by Maksim Levental <[email protected]>
update PyTorch version to 2.1.0.dev20230429

2994ba00f26fece323d86226752d8a46cbbb2bb5 authored over 1 year ago by Roll PyTorch Action <[email protected]>
[Dynamo] turn on `no_python=True` for dynamo tests (#2040)

c9fba95642334ff3579d18a5be0055643c3e3826 authored over 1 year ago by Maksim Levental <[email protected]>
update PyTorch version to 2.1.0.dev20230428

61a8142d23641b4bde3858c554e772dc49c0aeb8 authored over 1 year ago by Roll PyTorch Action <[email protected]>
Add e2e linalg support for aten.atan (#2070)

* new atan op

* update shape

---------

Co-authored-by: Ze Zhang <[email protected]>

7b73e0cfafe05539c52771a8548a93d47e8b47eb authored over 1 year ago by Ze Zhang <[email protected]>
Add ODS for aten.pow.Scalar

Signed-off-by: rahul shrivastava <[email protected]>

a58442b50da39b62d0426cdbd31fbc6009df85ab authored over 1 year ago by rahul shrivastava <[email protected]>
[MLIR][TORCH] Add E2E support for aten.var_mean.dim op

This commit adds the decomposition for the aten.var_mean.dim op.

Signed-Off By: Vivek Khandelwa...

491ae5eda4cb1c21cae07187b94de91437b5744a authored over 1 year ago by Vivek Khandelwal <[email protected]>
Fix default value of `stride` in 2d pooling ops in linalg and tosa (#2065)

When the user does not specify the `stride` value in 2d pooling ops,
`stride` is given the valu...

c8e062fb4e8de4620b6ae5e145a9da9a7cca8e5c authored over 1 year ago by Ramiro Leal-Cavazos <[email protected]>
update PyTorch version to 2.1.0.dev20230427

24381abea46a38dd498d2b219f753d6f8daf2458 authored over 1 year ago by Roll PyTorch Action <[email protected]>
update PyTorch version to 2.1.0.dev20230426

4f1e8f66ae3320f020dfcd27b4f7b0368e16fe78 authored over 1 year ago by Roll PyTorch Action <[email protected]>
Update to LLVM 3157f03a349cfc852cdd994675eaa9652caa2e3a (#2060)

New requirement to explicitly cast for interfaces https://reviews.llvm.org/D148493

6a833e192266448a8ef3d93bc8c9143afaf6f168 authored over 1 year ago by Eric Kunze <[email protected]>
update PyTorch version to 2.1.0.dev20230425

6b19c5e58209539e350f11d7532b4a34acb8ee2b authored over 1 year ago by Roll PyTorch Action <[email protected]>
Add aten.scatter.value Op ODS

Signed-off-by: rahul shrivastava <[email protected]>

e3d876af42fbbe353c7b8b11fb3e0b7dcea09ca5 authored over 1 year ago by rahul shrivastava <[email protected]>