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

Remove mlir-hlo (replace with stablehlo). (#2460)

We just have to do this: I ran into an issue today where I needed to make a one line patch to st...

078d1e1a1d7e5231e98227187d9f322e688cc645 authored about 1 year ago by Stella Laurenzo <[email protected]>
Integrate llvm-project and mlir-hlo. (#2454)

Corresponding commits:

* mlir-hlo: 16886a108eff5197f816ca0f1950cc5ff1b078d9
* stablehlo: 77a...

a00a0d4bfbc57dfa25b983118193ec7fbe5b37b5 authored about 1 year ago by Stella Laurenzo <[email protected]>
Revert "[MLIR][TORCH] Add E2E support for aten.empty_strided decomposition op (#2457)" (#2458)

This reverts commit 97bec86a8b313a7cab575dc4e2335656ce45201a.

106b58597a7ca41e24db99c026b26f815e982756 authored about 1 year ago by Ramiro Leal-Cavazos <[email protected]>
[MLIR][TORCH] Add E2E support for aten.empty_strided decomposition op (#2457)

* implemented e2e test case, shape, dtype func

* AtenEmptyStrided decompose op implemented

...

97bec86a8b313a7cab575dc4e2335656ce45201a authored about 1 year ago by Bruce Kim <[email protected]>
[MLIR][TORCH] add E2E support for aten.new_full (#2425)

* implement aten.new_full

* remove extraneous tests

82456eefed98368405fb23a87da2b1cf4f894478 authored about 1 year ago by Arham Khan <[email protected]>
[MLIR][TORCH] Add different dtype support for aten.bmm op

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

23b72244b1e1eaa0511cece8535b32810c1d0d7a authored about 1 year ago by Vivek Khandelwal <[email protected]>
build: manually update PyTorch version

Set PyTorch and TorchVision version to nightly release 2023-09-11.

Signed-Off By: Vivek Khandel...

c1f379f3bf9185621ff99d8223bed62e914a5140 authored about 1 year ago by Vivek Khandelwal <[email protected]>
fix compile warning (#2453)

5895b9f8ca7c0ae8b1f49bb555da3bb9d0b3ab4a authored about 1 year ago by Yuanqiang Liu <[email protected]>
[Torch Dialect] add canonicalize for aten.min.other (#2452)

1f20b7275d08e8b2ed1af9494dd72fd58862f01c authored about 1 year ago by Yuanqiang Liu <[email protected]>
update PyTorch version to 2.2.0.dev20230909 (#2450)

- torch version: 2.2.0.dev20230909
- torch commit hash: 11d2c766f14dae98296056ee16827ffbd6a4d50...

cc4a5d9f4b1959b577182e57f9bf4486fcb0ee02 authored about 1 year ago by Stella Laurenzo <[email protected]>
update PyTorch version to 2.2.0.dev20230908 (#2433)

- torch version: 2.2.0.dev20230908
- torch commit hash: 806d1a871ddfd2d38e1791489892009feaec842...

4dac1a551ab101fecb280315434f0b398296c75a authored about 1 year ago by Stella Laurenzo <[email protected]>
Update merge-rollpytorch.yml with approved actors (#2446)

cfd70dfb0d89c7e48b457ffbec2dba0484981bb7 authored about 1 year ago by powderluv <[email protected]>
implemented complex tensor aten mul (#2444)

27b55b1d5fbf115bf0c38e4a610a9268e654e353 authored about 1 year ago by Bruce Kim <[email protected]>
Fix build issue on MSVC by not having a conditional on disjoint types.

a8fd275a006b4c3284991bf7ac3608d4f8ecf8cf authored about 1 year ago by Stella Laurenzo <[email protected]>
build: manually update PyTorch version

Set PyTorch and TorchVision version to nightly release 2023-09-06.

Signed-Off By: Vivek Khandel...

67ae97f368bcb86fef5fe2d782813835d6e8c935 authored about 1 year ago by Vivek Khandelwal <[email protected]>
Properly guard clang-specific pragma.

Avoids unsupported pragma warning on GCC.

fcb3b718a521b1229e7431bb662bd8874170eb17 authored about 1 year ago by Stella Laurenzo <[email protected]>
Fix GCC warning recommending parens.

Found with a more strict set of warning flags on GCC 9.

29fdc3833c9ccc8b86bf9b8d426c1861a27f060a authored about 1 year ago by Stella Laurenzo <[email protected]>
[Torch Dialect] emit aten.__or__Tensor Op (#2437)

* emit aten.__or__TensorOp

* bug fix

* remove convert to stablehlo

* code style refinement

b411a40b3d674be82f91b652c1939249a633f36f authored about 1 year ago by Jiawei Wu <[email protected]>
[MLIR][TORCH] Add E2E `torch.aten.prod_dim_int` (#2423)

Uses the existing reduction codepath, adding modifications or branches
required alongside for p...

9cb5d38cd10986e4eb9efd637213dc0ca7001c34 authored about 1 year ago by Jerin Philip <[email protected]>
[stablehlo] add dtype conversion when converting AtenScalarImplicitOp (#2439)

c93c6970e8f48e09ceb2f0b6fe4e54214714037f authored about 1 year ago by Jiawei Wu <[email protected]>
[MLIR][TORCH] Add StableHLO lowering for embedding_bag.padding_idx op

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

3841fe3035b4fb868d473afd4eb5d1b5e839e64d authored about 1 year ago by Vivek Khandelwal <[email protected]>
emit aten.max.other op (#2436)

d62045f64d81ff1b0f7758c698f708aadf4a6d1a authored about 1 year ago by Jiawei Wu <[email protected]>
build_tools/python_deploy/build_linux_packages.sh: Disable dynamo testing for stable pytorch (#2426)

a3ac4513e4555d9229cfd6f1f3785cb0f4311da8 authored about 1 year ago by Matthias Gehre <[email protected]>
[stablehlo] add AtenScalarImplicitOp's reverter to stablehlo backend (#2434)

* add ScalarImplicitOp's reverter to stablehlo backend

* add new passed test case for stableh...

30510f8cf7278fb60739060788fade68ae3d9fb9 authored about 1 year ago by Jiawei Wu <[email protected]>
[Torch Dialect] support aten.split_with_sizes (#2431)

* [Torch Dialect] support aten.split_with_sizes

* update

e9ab8ceb1c50e00b3e2abead899412d8cc2826e5 authored about 1 year ago by Yuanqiang Liu <[email protected]>
[MLIR][TORCH] Add E2E support for view_as_real op (#2419)

* view_as_real test case, allow dtype in testutils.randn

* abstract python upstream func impl...

cd1c7df8be4f574709fbf75ed32190f26c91206b authored about 1 year ago by Bruce Kim <[email protected]>
Add folder for aten.broadcast_to on unchanged static shapes (#2421)

1fc4314b62271e0450384d9cdf335fbc43b193a5 authored about 1 year ago by Quinn Dawkins <[email protected]>
[MLIR][TORCH] add E2E support for aten.rand (#2424)

* impl decomposition for aten.rand

* remove stablehlo conversion for aten.rand

34a0897e1b61a19c48282192f2437dd24507660e authored about 1 year ago by Arham Khan <[email protected]>
build: manually update PyTorch version

Set PyTorch and TorchVision version to nightly release 2023-09-01.

Signed-Off By: Vivek Khandel...

729386c9d8242125b3cb815c5b18adce07cef905 authored about 1 year ago by Vivek Khandelwal <[email protected]>
update PyTorch version to 2.1.0.dev20230831

- torch version: 2.1.0.dev20230831
- torch commit hash: b5b99fe13b890232bb61155a46239922661f46...

f83ee83604c74e76b25273788ed315b591a6ec7f authored about 1 year ago by Roll PyTorch Action <[email protected]>
[MLIR][TORCH] Add e2e support for aten.pow.Scalar op

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

5c43daa3bf344a495979071ecd9498fae2eae03b authored about 1 year ago by Vivek Khandelwal <[email protected]>
build: manually update PyTorch version

Set PyTorch and TorchVision version to nightly release 2023-08-30.

Signed-Off By: Vivek Khandel...

aa15f0d4caa42dffeb0bd43aa56fd53492f1ba1a authored about 1 year ago by Vivek Khandelwal <[email protected]>
[LTC] Tensor[]? support operands type support using partial codegen (#2410)

* Tensor[]? support operands type support using partial codegen

* aten.index.Tensor support v...

6b02e9a92669a07dd3ab33b8cd112bb27741940e authored about 1 year ago by Gleb Kazantaev <[email protected]>
[Torch Dialect] add folder for aten.any.bool (#2388)

* update

* update

* update

* update

* update

* update

* update

17d02811d5107b02bd5a381b748523df033df2b3 authored about 1 year ago by JianzheXiao <[email protected]>
Prototype passes for lowering quantized group matmul (#2402)

* Support brevitas custom op (#2320)

* f16 change for brevitas

* Adapt the change of brevi...

1682b540bfe37d3cadab582cda56cb723467b1f1 authored about 1 year ago by jinchen62 <[email protected]>
[MLIR][TORCH] add E2E support for aten.min op (#2422)

* impl aten.min op

* remove extraneous test

c42d2beb6ebd7e9ac47608aadb7d2b88a9a6dd09 authored about 1 year ago by Arham Khan <[email protected]>
[Importer] fix has value semantic return type (#2404)

* fix value semantic return

* address comments

---------

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

5282324c68aceff2d186fb16043b2ec76beb5c9d authored about 1 year ago by Zhekun(Josh) Zhang <[email protected]>
add max_pool3d (#2386)

ca34b9c4fc0a4ad380785b11235318af96d1dc08 authored about 1 year ago by David Gens <[email protected]>
add nondefault test case, add to illegal ops in backend contract

bc6bba907724b904c396126a5092cf6a74821d26 authored about 1 year ago by Arham Khan <[email protected]>
amend dtype function

8855fa3ace39a30e2df5efb3f17e76b22db735b3 authored about 1 year ago by Arham Khan <[email protected]>
dtype test case

a80bc425216782492751687678a879593126800f authored about 1 year ago by Arham Khan <[email protected]>
impl aten.elu as decomposition

610d836fd21f3739ccf67c25dfec4e135367ca9f authored about 1 year ago by Arham Khan <[email protected]>
update passing test sets

5138148f5c5f76aeb2ee1e62886c81b73e1e82c3 authored about 1 year ago by Arham Khan <[email protected]>
add e2e support for aten.elu

12eadccc07126bbc5a4ded1c0e2423e34df0ac38 authored about 1 year ago by Arham Khan <[email protected]>
[Torch Dialect][stablehlo] emit aten.rand op and add converter to stablehlo (#2413)

* [Torch Dialect] emit aten.rand op and add converter to stablehlo

* add failed tests for tor...

4339c00f1b818f3cc6fd52fd5610ea973317a7b0 authored about 1 year ago by Jiawei Wu <[email protected]>
CI: disable LTC e2e tests in stable PyTorch builds (#2414)

This way, we can keep CI green without being forced to ignore _all_
errors that arise in stable...

8f28d933e120e0c579e182d6a837c4a5be2bb841 authored about 1 year ago by Ashay Rane <[email protected]>
[Torch Dialect] Fix small bugs in decompose-complex-ops pass, e.g. missing return sentence (#2409)

b552d4ed956d82f5d9d0823b4727bb10bac6787c authored about 1 year ago by Jiawei Wu <[email protected]>
revert canonicalizer for PrimListConstructOp (#2408)

4c9d234b0112c977629411c44af3da89f39cc175 authored about 1 year ago by Jiawei Wu <[email protected]>
Update Torch ODS list with new ops (#2361)

* [LTC] Add shape_inference_(add|uniform)

* Add torch.multinomial op.

* Update ods gen; ad...

3dd29f9d5d1d0a722f70d5a20db05c6825e6d269 authored about 1 year ago by Gleb Kazantaev <[email protected]>
[Stablehlo Dialect] fix lowering batch_norm with mixed types (#2383)

* [Stablehlo Dialect] fix lowering bn inference with mixed types

* update

b636e0c40cba5f5adab315505f617689d3b5b3cb authored about 1 year ago by Yuanqiang Liu <[email protected]>
Add Sean Silva to code owners as emeritus.

Per request from #2403.

8ffe5d17da649591387dd907ff737bfa23bf6a79 authored about 1 year ago by Stella Laurenzo <[email protected]>
LTC multi-output operations support (#2362)

* LTC/TorchMLIR multi-output operations support

* Update torch-mlir jit lowering to support o...

5743b6d4acb174521fc035d4a931d643d90571aa authored about 1 year ago by Gleb Kazantaev <[email protected]>
update PyTorch version to 2.1.0.dev20230820 (#2406)

- torch version: 2.1.0.dev20230820
- torch commit hash: 4ce227bfb953d1f64c4d86cc913144ee2a210e5...

aa007da5aca59a8c21e20ea9fc4b1a61dc5534d1 authored about 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230819 (#2405)

- torch version: 2.1.0.dev20230819
- torch commit hash: 668af075012c0857053a7cdf7ca764bb3569c6f...

822353fa7f49e3676f0ddf3b285606ee5dd7e91e authored about 1 year ago by Sean Silva <[email protected]>
Per request, swap Sean Silva for Stella Laurenzo in code owners. (#2403)

Sean has decided to move on to other ventures and has requested that I help him disengage by res...

6648ad91e7c6aa8bd0b5810e5f791cf2018733f0 authored about 1 year ago by Stella Laurenzo <[email protected]>
[TOSA] Fix conversion for depthwise convolutions (#2398)

* [TOSA] Fix conversion for depthwise convolutions

* Add e2e tests for depthwise and grouped ...

d77b9cf7ae061f39f0c938116fe7546b6994b46d authored about 1 year ago by Simon Camphausen <[email protected]>
update PyTorch version to 2.1.0.dev20230817 (#2401)

- torch version: 2.1.0.dev20230817
- torch commit hash: 3522f2a7b7f73e928a8366cb7bd62ab3883dbe7...

594a1fa471758f51c598b904220c3874209cd2db authored about 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230816 (#2400)

- torch version: 2.1.0.dev20230816
- torch commit hash: 3af011b858f5e5c40fd8e9d41fa7f31a928b3b4...

efe69eb5e36a0cb6b1ec11f8bc7fa5c30ed08532 authored about 1 year ago by Sean Silva <[email protected]>
[build] Update llvm tag to a3f2751f (#2397)

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

llvm-project: a...

41bafe13ccdce88c16ef096bfa7486cf6624befa authored about 1 year ago by Ramiro Leal-Cavazos <[email protected]>
update PyTorch version to 2.1.0.dev20230815 (#2399)

- torch version: 2.1.0.dev20230815
- torch commit hash: e4d5143f8c73014521f44c3e9b46c642a300dd2...

94f7593c9b6f4cee06abb7296129cee029ac380a authored about 1 year ago by Sean Silva <[email protected]>
[Torch Dialect] replace none-index in aten.Index.Tensor's param by manually generating it (#2344)

* [Torch Dialect] replace none-index in aten.Index.Tensor's param by manually generating it
Co...

60bad54f27e96e53619fa1355a21e523082d79dd authored about 1 year ago by Jiawei Wu <[email protected]>
update PyTorch version to 2.1.0.dev20230814 (#2396)

- torch version: 2.1.0.dev20230814
- torch commit hash: 53551b5c87ca582d71d4bbaf82050d05c3c2f53...

e0f0c5d6eaecdffd4aa4a2f09f82da68eb124d7f authored about 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230813 (#2394)

- torch version: 2.1.0.dev20230813
- torch commit hash: 3748ee4a8c4032dac08bd2de0ebf039ad22e0d1...

98e75af2a88325a8018d46e1a56f4e8648e8b3e1 authored about 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230812 (#2393)

- torch version: 2.1.0.dev20230812
- torch commit hash: c9397a7bc833cdfdf64aa023631ae5e1c7e9cee...

17f1300dde186e2e0ad7a74ceb67c0fc4357172f authored about 1 year ago by Sean Silva <[email protected]>
Add handling of namespaces to library generator (#2391)

When using custom ops, sometimes PyTorch will insert namespaces to the
abstract interpretation ...

ff762100b8b05cae6d1aa02f2ff0729d6709f284 authored about 1 year ago by Ramiro Leal-Cavazos <[email protected]>
update PyTorch version to 2.1.0.dev20230811 (#2392)

- torch version: 2.1.0.dev20230811
- torch commit hash: 422297f87fc25191bb392486c4bb8d25c4785d1...

23d7821afa049f93b368bdd3b26fe25745ab366c authored about 1 year ago by Sean Silva <[email protected]>
[MLIR][TORCH] Add support for aten._unsafe_index_put.hacked_twin op

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

e61ef1ee542d9de75c3a42a7de863cf86d690e4e authored about 1 year ago by Vivek Khandelwal <[email protected]>
build: manually update PyTorch version

Set PyTorch and TorchVision version to nightly release 2023-08-10.

Signed-Off By: Vivek Khandel...

f0a8f273f7955a19bf1a23cf368eda02f2acdc51 authored about 1 year ago by Vivek Khandelwal <[email protected]>
[build] Update llvm tag to f580901d

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

llvm-project: f580...

3854e9e5c3f8996e490ba6625b329e52b483acda authored about 1 year ago by Ramiro Leal-Cavazos <[email protected]>
update PyTorch version to 2.1.0.dev20230808 (#2385)

- torch version: 2.1.0.dev20230808
- torch commit hash: c01a41cdec4414d8853c8474ddcaf2bd6990e5c...

574450687d8361bfa055b9cc09e0bef91541d4c3 authored about 1 year ago by Sean Silva <[email protected]>
[MLIR][TORCH] Add support for dtype arg for softmax.int op

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

ee6c87ef5b227e1151dc9a276490edad56775ea9 authored about 1 year ago by Vivek Khandelwal <[email protected]>
[Torch-Dialect] add canonicalizer for prim::ListConstruct op (#2306)

[Torch-Dialect] add canonicalizer for prim::ListConstruct op

4c12aceb8184f0a07e5d614348887f289b18c02e authored about 1 year ago by Jiawei Wu <[email protected]>
update PyTorch version to 2.1.0.dev20230807 (#2382)

- torch version: 2.1.0.dev20230807
- torch commit hash: 5e438d59cda5546de9eae4d89181a458ead54c5...

d9e3553b6830b2d5fc704e6dd25e7dcb77d504b7 authored about 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230806 (#2380)

- torch version: 2.1.0.dev20230806
- torch commit hash: a8638d61c8b88ab67a908c02ec91fa418612126...

d13b7534fdacfc1ca8d7b26176d17190f93f87a1 authored about 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230805 (#2379)

- torch version: 2.1.0.dev20230805
- torch commit hash: be75ecac1bc5a25cbd60e881116ca784d04be1f...

9a1fae97b1e56464a109206acd3b4be7d63ebfc7 authored about 1 year ago by Sean Silva <[email protected]>
[Torch Dialect] add support for adaptive_avgpool_1d (#2342)

* [MLIR][TORCH] Fix aten.cumsum lowering for int32 input (#2351)

Signed-Off By: Vivek Khandel...

38b049eb1a029864a16069fca7059e180852154c authored about 1 year ago by JianzheXiao <[email protected]>
Fix "unused variable 'outType'" warning (#2378)

2fbb4c79f00d866bfe97b98bb6856f27f8ee5e10 authored about 1 year ago by Ramiro Leal-Cavazos <[email protected]>
update PyTorch version to 2.1.0.dev20230804 (#2377)

- torch version: 2.1.0.dev20230804
- torch commit hash: 4734e4d60f331bfde1b33cfe8ce91de50c5ce2e...

598d6907108316aa050816c4a1fe067ae07ba736 authored about 1 year ago by Sean Silva <[email protected]>
[Torch Dialect] emit aten.tile op and decompose it into aten.repeat (#2355)

20a2b68ed6752577feecaceffa8989973fe4a70f authored about 1 year ago by Jiawei Wu <[email protected]>
Prevent failed stable CI job from cancelling nightly jobs (#2373)

The CI jobs that use stable PyTorch are currently not required to pass
in order for a patch to ...

c0d8248ec7fc5d7791e5b7339aaacb1cde4b89d1 authored about 1 year ago by Ramiro Leal-Cavazos <[email protected]>
update PyTorch version to 2.1.0.dev20230803 (#2372)

- torch version: 2.1.0.dev20230803
- torch commit hash: f89c73be3a3e8274d025ac46a33a780853841c9...

8d4f4cb10426270e3fc93c794b78db6ddc6aa01c authored about 1 year ago by Sean Silva <[email protected]>
[Torch Dialect] emit aten.masked_scatter and aten.masked_scatter_ op (#2358)

* [Torch Dialect] emit aten.masked_scatter and aten.masked_scatter_ op

6db92d1b143b666bbff69726b3cd8b059369e0b0 authored about 1 year ago by Jiawei Wu <[email protected]>
Add packaging as an install dependency (#2369)

Needed by `torch_mlir._version`. Resolves #2368.

48f4e8f673128935af64c82c557a8131190a0d4b authored about 1 year ago by Jack Wolfard <[email protected]>
Add CITATION file (#2371)

22cb0063d677cad949247b7e6bd70fe5b42a6102 authored about 1 year ago by Ramiro Leal-Cavazos <[email protected]>
Change Python version from 3.10 to 3.11 in installation instructions (#2370)

68f5201b7c7f1729b358ba2c663a9b4c8c763d38 authored about 1 year ago by Ramiro Leal-Cavazos <[email protected]>
update PyTorch version to 2.1.0.dev20230802 (#2366)

- torch version: 2.1.0.dev20230802
- torch commit hash: c89b16917755c2abbef7b6420e340baf9ae8089...

ca1f0158b32172895755791aef82de0c71a15f4e authored about 1 year ago by Sean Silva <[email protected]>
build: update llvm tag to 41895843

Summary of changes:
- Update tags
llvm: 41895843b5915bb78e9d02aa711fa10f7174db43
mhlo: 4726d...

a374c39106c9eb360d0905e2a9a258ebb21ba79f authored about 1 year ago by Vivek Khandelwal <[email protected]>
LTC->MLIR Debug Info support (#1922)

* LTC->MLIR Debug Info support

* SW-95317 Propagate Lazy->Jit->MLIR scope name.

* Enhance ...

fb52a73cbe001b32073861b484f3561e0f793748 authored about 1 year ago by Gleb Kazantaev <[email protected]>
update PyTorch version to 2.1.0.dev20230731 (#2359)

- torch version: 2.1.0.dev20230731
- torch commit hash: 6298ac688f8caafe30d71ff2ea2e20fbb32065c...

4c24472dea1c9102b898768b0b11e31487e50207 authored about 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230730 (#2356)

- torch version: 2.1.0.dev20230730
- torch commit hash: 0ff243ff350268cc98fe03fa6364375ee282474...

5be26a7e0b8c59861ab6c6ee5420f1b7a1684aad authored about 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230729 (#2354)

- torch version: 2.1.0.dev20230729
- torch commit hash: b638df0afb83572724032c824c64e481bb4499a...

fbdcf1e3c1fb53beb625f789733e03d4daf5e62f authored about 1 year ago by Sean Silva <[email protected]>
[Stablehlo] Add converter to stablehlo for aten.(Int,Float,Bool).Tensor op (#2340)

[Stablehlo] Add converter to stablehlo for aten.(Int,Float,Bool).Tensor op and configure crashin...

16923fdbd27a0b09938e69b6b46dd9e6f559447a authored about 1 year ago by Jiawei Wu <[email protected]>
[MLIR][TORCH] Fix aten.cumsum lowering for int32 input (#2351)

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

0109bf705b0dae3b4d55c7a9b180516787cbeac6 authored about 1 year ago by Vivek Khandelwal <[email protected]>
update PyTorch version to 2.1.0.dev20230728 (#2353)

- torch version: 2.1.0.dev20230728
- torch commit hash: eb5cb724fec897b866fd3a05b0c67ab9b23eeb9...

c19fda4f175e23ef22a8895ce74bf595faaa3f7d authored about 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230727 (#2352)

- torch version: 2.1.0.dev20230727
- torch commit hash: 8a24a912a5f545d18059b59629aa3598f3783f2...

6aeb1f112f28689f3e55febfbcc982422c805bc6 authored about 1 year ago by Sean Silva <[email protected]>
[Stablehlo] support dynamic shape when convert aten.fill.Scalar (#2349)

c7c59b540e3f16078388f16ab32cd9b681c8156a authored about 1 year ago by Yuanqiang Liu <[email protected]>
update PyTorch version to 2.1.0.dev20230726 (#2348)

- torch version: 2.1.0.dev20230726
- torch commit hash: 964a13b3dfbe583fa213fdca12b4a1732b1bb4e...

991eba2b513d1434b10723cf3e1f456ae458a96c authored about 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230725 (#2341)

- torch version: 2.1.0.dev20230725
- torch commit hash: 153afbda4b53928e5531f065c02fde1a29f2040...

c9f2e8366bca56b4c055cb69f80dfbd5c83d3742 authored about 1 year ago by Sean Silva <[email protected]>
build: update llvm tag to 4592543a01609fe

- update llvm tag to 4592543a01609feb4b3c19e81a9d54743e15e329
- mhlo now points to f6615343fdab2...

398fa0ef5a2020ce46b9a3f2a03630d89a897645 authored about 1 year ago by Gaurav Shukla <[email protected]>
test/CAPI/CMakeLists.txt: Depend on FileCheck (#2329)

I saw test failing when FileCheck wasn't already build

0a674117197aeeb624f18f1e0b011a19d7b1f5de authored about 1 year ago by Matthias Gehre <[email protected]>