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

[torch] Add `torch.aten.where.*` folders (#2886)

Where operation can be statically computed when involving splats of
known value. Added handling...

a8aad2a5ab8fefd22c5d76413489f53a7a7044c1 authored 8 months ago by Rob Suderman <[email protected]>
[torhc] aten.index_select folder (#2871)

Folds aten::index_select ops under the following conditions:

1. If the input and output are t...

23647ab2d178f8f2edc3bb4a0c207cca7d347ca5 authored 8 months ago by Dave Liddell <[email protected]>
Implement lowering of torch.aten.all.dim (#2873)

Lowering of torch.aten.all.dim to linalg.

Per PyTorch documentation:

> This function match...

32dbf99ce24cd8ebf17db0dcba97a46f5f7a70d4 authored 8 months ago by mmakevic <[email protected]>
[torch] AtenSliceOp folder that produces splat results (#2869)

Includes `slice` folder and lit tests

---------

Co-authored-by: Xida Ren <xida.ren.dev@gma...

fc04bc7ee9732428baf6fdba2a728b2b3bee021a authored 8 months ago by Xida Ren (Cedar) <[email protected]>
Fix dev docs error/typo (#2880)

Just a one line change in a .md file

723b8b1d285638b8b0e594345df821a6f1f8c468 authored 8 months ago by James Newling <[email protected]>
Rename torch_mlir.compile APIs and introduce FX based analogs (#2842)

Link to related RFC:
https://discourse.llvm.org/t/rfc-rename-torch-mlir-compile-apis-and-introd...

bfcf93ea2191a760ed14bbefc76f3cb34806806a authored 8 months ago by saienduri <[email protected]>
AtenSortOp Folder (#2864)

A chunk off

https://github.com/llvm/torch-mlir/pull/2856
https://github.com/llvm/torch-mlir/...

cc06391630dc6d2f189787389873a6310212fba6 authored 8 months ago by Xida Ren (Cedar) <[email protected]>
[fx_importer] Add support for 0D tensors (#2870)

Adds an escape hatch from creating a DenseResourceElementsAttr for
single value tensors into De...

faf7d4aaa5e493243fa3632cc288160bf0caab45 authored 9 months ago by Daniel Garvey <[email protected]>
Rob's atenTensor folder (#2867)

If a tensor is initialized by a list with a single constant integer,
this folder turns it into ...

1cb14f6879914f84c4e9fcae9a6af550f77be953 authored 9 months ago by Dave Liddell <[email protected]>
[torch] Supporting `torch.aten.mul.float` lowering to `arith` (#2833)

Simple missing scalar operation for multiply floats was missing.

041a54ae0c29e04703f0d9616bc4effebf2e6998 authored 9 months ago by Rob Suderman <[email protected]>
[onnx] Convert `onnx.QLinearConv` to `torch` (#2851)

Leaning on the QDQ functionality in torch we can support the QLinearConv
operation by piggyback...

e3faef522460054aafe7911469abef17545adedf authored 9 months ago by Rob Suderman <[email protected]>
[onnx] Fix `onnx-to-torch` lowering for flatten shape (#2834)

The existing `flatten` lowering did not define what the intermediate
shape was. This could resu...

cb52c4b3cc81f39bc2306d064ae2789a088e441f authored 9 months ago by Rob Suderman <[email protected]>
Update add_ops to mention llvm-project/mlir/utils/generate-test-checks.py (#2862)

b3a56c0711fcd49698ebaa73173fc7fcd986cf34 authored 9 months ago by Xida Ren (Cedar) <[email protected]>
[ONNX] Fix the lowering of onnx.expand op (#2861)

Signed-off-by: Gaurav Shukla <[email protected]>

f4562a8eaa3d13e17768f50164ede38383f7983e authored 9 months ago by Gaurav Shukla <[email protected]>
[torch-mlir] remove trailing whitespace from md documentation (#2853)

d1cd117998d5d9b6d0f68784119d38a6b191463a authored 9 months ago by Aart Bik <[email protected]>
[torch] Add folders for `torch.fill`, `torch.ones`, `torch.zeros` and `aten.getItem` (#2849)

So that the CumSum Op in OPT can get the constant that it requires to be lowered to TMTensor

...

24b8c8672ae4366025aa8cb3155dedb58c8e3450 authored 9 months ago by Xida Ren (Cedar) <[email protected]>
Fixing implicit double->float conversion warning. (#2850)

`[build]
D:\Dev\iree\third_party\torch-mlir\lib\Conversion\TorchOnnxToTorch\DefaultDomainGtoP.c...

962d5143085b2bea7db0c0e9bdc26bf5ea8db2b5 authored 9 months ago by Ben Vanik <[email protected]>
[onnx] Fix `pool` lowering for non-symmetric padding (#2837)

`torch` requires that padding be symmetric for pooling operations. To
support non-symmetric pad...

29baa813bd9cb7aff52e81babf6fae55e0717524 authored 9 months ago by Rob Suderman <[email protected]>
[Bazel] Add TorchToTensor dep to TorchMLIRTorchConversionPasses (#2847)

Fixes bazel build error:
```
ERROR: /root/.cache/bazel/_bazel_root/b89349c08f7224396763d14fe35...

c7d7d7f00494b588c31ac617e91354b12709009d authored 9 months ago by Sambhav Jain <[email protected]>
Make the onnx importer more robust for internal/external and large models (#2794)

Fix for https://github.com/llvm/torch-mlir/issues/2765

The onnx docs say that you can't do sh...

04be6ba77308a836779c237be984077a09f6683d authored 9 months ago by Dave Liddell <[email protected]>
[torch] Support `!countIncludePad` when unpadded for average pool (#2836)

We do not support average pool when `countIncludePad is set to false.
However if the input is u...

34f6948533287e67801384cb00f7150edc1461a5 authored 9 months ago by Rob Suderman <[email protected]>
[torch] Support lowering `torch.item` to `tensor.extract` (#2835)

Extracting scalar values from tensors can be implemented via a lowering
to tensor.extract.

0114a570e3c27403feaa2bce69535f9f7fd3b084 authored 9 months ago by Rob Suderman <[email protected]>
Bump stablehlo to openxla/stablehlo@fd52182f76cadb82f2064fe5fc49a4fb4347a826 (#2821)

With the recent LLVM integrate and changes from
https://github.com/llvm/llvm-project/pull/78260...

8a17c98b74b53ae71e19a9c7f7451af62dc339d9 authored 9 months ago by Sambhav Jain <[email protected]>
[onnx] Import `onnx` constants as `onnx.Constant` instead of literals (#2831)

To handle the conversion from raw bytes to `DenseElementsAttr` we need
to handle the endianness...

54e258792c686e4bb30a8bbd1a0f1268d440d2a4 authored 9 months ago by Rob Suderman <[email protected]>
[onnx] Convert resources to denseattr for `onnx.constant` to `torch` (#2830)

`onnx` explicitly specifies that `raw_data` is stored in `little-endian`
layout. While converti...

3500523f750e069aca1239e3c9a2866b86f1a37a authored 9 months ago by Rob Suderman <[email protected]>
Implement lowering of torch.aten.lerp.Scalar (#2773)

Closes nod-ai/SHARK-Turbine#356

54ef18c556c10402027eca04b27b0384a2647da1 authored 9 months ago by Ilija Kalinić <[email protected]>
Enable -Werror in lib/ and LTC. (#2841)

Required some massaging of LTC to make it warning clean, and I had to
manually disable some war...

7301aa80fd38ed30a7a9b2006b4af1c1e2557eea authored 9 months ago by Stella Laurenzo <[email protected]>
Fix some spurious `None` values in tests (broken at head). (#2840)

943164d797f2f20a4c9a3d792f824b3ecd5ecc70 authored 9 months ago by Stella Laurenzo <[email protected]>
[nfc] Remove unused var causing error downstream

26c0ecd09c532204b80e2145bcbe1539238e4c33 authored 9 months ago by Stella Laurenzo <[email protected]>
[torch-mlir] provide FX traced graph importer for sparse tensors (#2817)

Note that we are waiting for actual FX traced graph support for sparse
tensors. For details see...

105aad6f57a19db1cfcf17bb394367431973b65e authored 9 months ago by Aart Bik <[email protected]>
Add clang-format check to CI (#2816)

This PR adds a check to the CI right after checking out the Torch-MLIR
repository to make sure ...

1a7442e0aa685ea7ab786e4f5b5703619e15c09e authored 9 months ago by Ramiro Leal-Cavazos <[email protected]>
[Torch Dialect] add fold pattern for aten.clone (#2804)

d778950f455ff479875de78f6b421a3e9adfd7a9 authored 9 months ago by Yuanqiang Liu <[email protected]>
[torch] Support `torch.convolution` quantized lowering to `linalg` (#2811)

Linalg has quantized specific operations. We can lower to these
operations when there is a know...

25a5a22cbd35de8a9a639f5c1eb0d6ed8c11e6e4 authored 9 months ago by Rob Suderman <[email protected]>
Don't fold `aten.detach` if result isn't same type as input. (#2824)

We were seeing some assertion failures after some checks around folders
were tightened up in LL...

4c557847bdd44bdfff90fa6d56089529ef065843 authored 9 months ago by Aaron St George <[email protected]>
Bump LLVM to llvm/llvm-project@70eb0e3 (#2827)

db67bc555ade76a26ea96d733050508e0a60822b authored 9 months ago by Rob Suderman <[email protected]>
Describe how to get --debug and --debug-only flags in dev notes (#2793)

Change should be visible :
https://github.com/newling/torch-mlir/blob/docs_update/docs/developm...

9d983161fc6c7c78eaaab9cf4a40115cffb416a4 authored 9 months ago by James Newling <[email protected]>
Additional information in error message (#2783)

See change in test for what the new message looks like.

1e882f58035171ae2c9d2d1533fbf32569be7d12 authored 9 months ago by James Newling <[email protected]>
[CI] Change Roll PyTorch runner (#2828)

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

e18fcebd3af1659ab3eeaa9db75534cf0fe03eaf authored 9 months ago by Vivek Khandelwal <[email protected]>
OnnxToTorch ReduceMax lowering (#2768)

Fixes https://github.com/nod-ai/SHARK-Turbine/issues/352

eff325abc3e7bba294e50d3c5c320a61bd62fab6 authored 9 months ago by aldesilv <[email protected]>
Add .git-blame-ignore-revs to allow ignoring sweeping formatting changes (#2823)

This allows the following command to be used to ignore sweeping
formatting changes.

```
git...

1d6aca3823e33a026320dadfd4d680452758edfa authored 9 months ago by Quinn Dawkins <[email protected]>
Clang format refresh (#2812)

After noticing a number of commits with unrelated formatting changes,
I think something was cha...

494089d53db4c183b3ba12e36f61ce1c7553984c authored 9 months ago by Quinn Dawkins <[email protected]>
[onnx] `onnx.MatMulInteger` lowering to `torch.mm` and `quint*` types (#2761)

Torch does not have an equivalent matmul operation for integers. Instead
it sidechannels the in...

d3fd754b93ea10e6f3a1cc46bbb471d1a1ff287a authored 9 months ago by Rob Suderman <[email protected]>
Fix illegal use of TypeRange (#2815)

TypeRange is an ArrayRef<Type> and therefore cannot be safely
instantiated from a list initiali...

67cb2e7341658e28ca8756774801e8e771067f16 authored 9 months ago by Rob Suderman <[email protected]>
[ci] Allow long line in YAML

032f225fa513b8eb781a11a0e27cb759943594cf authored 9 months ago by Stella Laurenzo <[email protected]>
[ci] Use a different cache key for torch nightly vs stable.

6b3ebb237fbf9103f63a66fc41c2e27e15ab0c8c authored 9 months ago by Stella Laurenzo <[email protected]>
[ci] Add step to run unit tests. (#2820)

4513c3ca8702fd4fac96673207559556bb21d114 authored 9 months ago by Stella Laurenzo <[email protected]>
[ci] Upgrade to new runners and disable unsupported jobs. (#2818)

Per the RFC and numerous conversations on Discord, this rebuilds the
torch-mlir CI and disconti...

77c14ab22b11c31b57a2e45958cf360e70eef103 authored 9 months ago by Stella Laurenzo <[email protected]>
[ci] Add lint job and enable yaml linting of GH files. (#2819)

4a4d80a6ad18b01b7eaf096c5231106228fd719c authored 9 months ago by Stella Laurenzo <[email protected]>
Bump LLVM to llvm/llvm-project@5fcf907b34355980f77d7665a175b05fea7a6b7b (#2810)

28c7051ceb5a49944dfbd0d1fdf1ada4ac2a5b9e authored 9 months ago by MaheshRavishankar <[email protected]>
[torch-mlir][sparse] preserve sparsity during lowering torch to linalg (#2809)

This preserves sparsity at the most obvious places of lowering TORCH
tensors to MLIR RankedTens...

46a25d72412c1bb00bd947a44b1c7dde7bd7ef53 authored 9 months ago by Aart Bik <[email protected]>
[MLIR][TORCH] Add support for dynamic shape for Onnx.Transpose op (#2803)

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

da7c6d2c16439ff5a009bd660567d38158fc3049 authored 9 months ago by Vivek Khandelwal <[email protected]>
[ONNX][MLIR] support constantOfShape op (#2747)

4964977e8571e7f14c25581188f7cba4cf6904ca authored 9 months ago by Phaneesh Barwaria <[email protected]>
[FxImporter] make FxImporter to fit python<=3.9 (#2802)

As that torch with py3.9 is also used widely.

e73c5368fb26ea80ad4ba495f699b92cb4f2bc73 authored 9 months ago by Yuanqiang Liu <[email protected]>
[torch] `torch.dequantize` for per channel tensors to` linalg` (#2769)

Support a lowering for dequantization for per channel tensors from
`torch` dialect to a linalg ...

2ef228328f327cb4bddbdbfcdb5476481c8a55b8 authored 9 months ago by Rob Suderman <[email protected]>
[torch-mlir][conversion-test] cleanup trailing whitespace in mlir files (#2807)

0aed231e216ea8cd84aa64887d94a57a2c2c5f36 authored 9 months ago by Aart Bik <[email protected]>
[torch-mlir][test] cleanup trailing whitespace in mlir files (#2806)

fe836ceebf48e369bc6f2904c64704559dbb9689 authored 9 months ago by Aart Bik <[email protected]>
[torch-mlir][sparse] provide a bazel build (#2805)

dc9c624a29d8b5ca42f0e5d6474837cf12ea410c authored 9 months ago by Aart Bik <[email protected]>
[torch-mlir][torch] add encoding field to torch type (#2799)

This adds an encoding field to the torch type, using the interfaces for
printing, parsing, and ...

e824fbc65cd9481a733af7dcf11ffe7e9eaa9bf0 authored 9 months ago by Aart Bik <[email protected]>
[Stablehlo]fix CumsumInputDtypeInt32Module_basic on stablehlo backend. (#2797)

Code used for testing.For the location of CumsumInputDtypeInt32Module in
the repo you can see
...

e581b33f9694204e12213f26b5de7b4b5126d6ea authored 9 months ago by lonely eagle <[email protected]>
[torch][quant] Quantized `torch.mm` for linalg with end-to-end test (#2750)

This includes custom op matching for decomposed operations and fusing
dequantization into dense...

f6f890520b67482c32bc4c175816f7a811039f50 authored 9 months ago by Rob Suderman <[email protected]>
[onnx] Lower `onnx.QLinearMatMul` lowering to `torch` operators (#2776)

We can plumb the linear matmul into pytorch using its quantized types
with side channel informa...

60bf6c25af8a34f8d9356636d90a18c24467c6ec authored 9 months ago by Rob Suderman <[email protected]>
[MLIR][TORCH] Support for `onnx.LayerNormalization` (#2789)

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

894805dd5e21c3255a6352606a76145740085b92 authored 9 months ago by Vivek Khandelwal <[email protected]>
[ONNX][MLIR] Add support for pad op in the onnx pipeline (#2738)

This commit adds mapping from `onnx.pad` op to `torch.pad` op. Currently
it does not support `a...

12f123eff8ba7e2b70b80d5f78099fa75e4df6b7 authored 9 months ago by Gaurav Shukla <[email protected]>
[MLIR] [ONNX] lowering for onnx tile op and sign op (#2725)

ac8975ea1276e1f53f1bb3eaedc26f32252c91a1 authored 9 months ago by Phaneesh Barwaria <[email protected]>
AtenAdaptiveMaxPool2d Conversion to Linalg (#2779)

The logic here is very similar to the conversion for AdaptiveAvgPool1d
#2661 with a few modific...

c531f5495bf2046d86bb76285f0d5d23076c71f8 authored 9 months ago by zjgarvey <[email protected]>
CI: Fix Roll PyTorch CI failure at determining commit hash (#2796)

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

311b6b0286bfa016346bc7fd8b441bbd50216060 authored 9 months ago by Vivek Khandelwal <[email protected]>
implement aten.conv1d, aten.conv3d, and aten.conv_tbc (#2757)

convolution with [time,batch,channel] ordering, as opposed to the
default [batch, channel, time...

ccaac857885ad8ab6532e900cd4e47bb4ee1c424 authored 9 months ago by Xida Ren (Cedar) <[email protected]>
[ONNX][MLIR] Add support for onnx.Exp op (#2792)

https://github.com/nod-ai/SHARK-Turbine/issues/312

77ae56337dbf95eb809f4a7d218a9fb3dc1f41b0 authored 9 months ago by Chi_Liu <[email protected]>
[MLIR][TORCH] Add onnx.cast cases used by OPT-1.25M (#2787)

dc056e58e6e6b19a1b686ab7c04c12274864ffd7 authored 9 months ago by James Newling <[email protected]>
build: manually update PyTorch version (#2788)

Set PyTorch and TorchVision version to nightly release 2024-01-22.

Signed-Off By: Vivek Khand...

c9d8ffb414df5451ee7f193af501afbd9c03a102 authored 9 months ago by Vivek Khandelwal <[email protected]>
[ONNX][MLIR] Fix padding size constraint for onnx.maxpool op (#2782)

Signed-off-by: Gaurav Shukla <[email protected]>

b7a032967678491bb4765a10b73e8a99c1c76b60 authored 9 months ago by Gaurav Shukla <[email protected]>
Fix onnx importer to treat Constant values as static (#2780)

Fixes https://github.com/llvm/torch-mlir/issues/2764

In the case of OPT, there are ConstantO...

d452c4f4c0d5b8fe748eebb1b9801f44a7d13374 authored 9 months ago by Dave Liddell <[email protected]>
[ONNX][TORCH-MLIR] Add TopK support (#2774)

https://github.com/nod-ai/SHARK-Turbine/issues/331

cad98e81136c289694661baadd57759e817eaff7 authored 9 months ago by Chi_Liu <[email protected]>
Fix unused variable warnings (#2775)

5883ef0f21b526e399f1f6bd6fd8f548ef3a7115 authored 9 months ago by Ramiro Leal-Cavazos <[email protected]>
Do not try to legalize transposed convolution (#2721)

Currently transposed convolution is not handled correctly by
`TorchToTosa`. This PR allows tran...

73b30604da6cd7d24865fd5aa9c855a89c69377e authored 9 months ago by Srinath Avadhanula <[email protected]>
[TorchToLinalg] Add lowering for torch.aten.diagonal (#2632)

b9806cfa3823bb68faef39fbbb284eda92c0e906 authored 9 months ago by Franz Haniel <[email protected]>
g++ build fix (#2778)

Introduced in 704cfdaf0893fa4078ab744a915a56367282dcaa of @wu-s-john

g++ compiler error:

...

50ac3b1912516b064a94d2414be295be79b09bc5 authored 9 months ago by James Newling <[email protected]>
[onnx] Added flatten (#2760)

[https://github.com/nod-ai/SHARK-Turbine/issues/328](url)

---------

Co-authored-by: Dave L...

2f4924015de915f7cd8f12500af2018fe3977fbe authored 9 months ago by Dave Liddell <[email protected]>
Generalize install instructions to not exclude Windows. (#2771)

Overly specific docs can get stale easily. It looks like
https://llvm.github.io/torch-mlir/pack...

b3a3ad4e2a5a6c2a5c649d21cb3568e238cca132 authored 9 months ago by Scott Todd <[email protected]>
Create add_ops.md (#2770)

18669b38cbc42af1eff625af86a5f7faa356d76a authored 9 months ago by Xida Ren (Cedar) <[email protected]>
[ONNX][MLIR] Add support for onnx.gather op (#2726)

This commit adds support for gather op in the onnx pipeline.
https://github.com/nod-ai/SHARK-Tu...

3b85c70748ce7177f344ff0c8a99545f849c328a authored 9 months ago by Gaurav Shukla <[email protected]>
Add aten.pool_max3d support to torch-to-linalg (#2735)

Added verification logic to the abstract_interpreter_lib_gen.py

Also made some unit tests

...

704cfdaf0893fa4078ab744a915a56367282dcaa authored 9 months ago by John Wu <[email protected]>
Implement lowering of torch.aten.remainder.Tensor (#2763)

Closes nod-ai/SHARK-Turbine#349

faa4517e83d82348259165412d0744ba776360b3 authored 9 months ago by Ilija Kalinić <[email protected]>
Initial commit of NonZero op (#2766)

4de4d38b870598f766fd78653028d5bd4b27fff2 authored 9 months ago by Andreas Falkenberg <[email protected]>
[onnx] Lowering `onnx.dequantize_linear` to `torch` (#2759)

We can make the per-tensor version of the operation to the dequantize
operation via marking wit...

b5387c0f29e6cce9e1586b92df4a975ad539baa4 authored 9 months ago by Rob Suderman <[email protected]>
[onnx] Support lowering quantize linear to `torch` (#2751)

We can map the per_tensor case to the `torch.aten.quantize_per_linear`
operation. In this case ...

bd11877f6f4c741d0b709b58ba647766f4be5c99 authored 9 months ago by Rob Suderman <[email protected]>
torch-to-tosa lowering support for AtenLinalgVectorNormOp (#2734)

This PR add torch-to-tosa lowering support for AtenLinalgVectorNormOp

e2e test:
python -m e2...

77a03f20690801451528ada8de7ba9ddf266f1e1 authored 9 months ago by Ze Zhang <[email protected]>
[ONNX][MLIR] add Identity op support (#2754)

eed144bfbc4cf9eafebba1949aa81f615a865eea authored 9 months ago by Phaneesh Barwaria <[email protected]>
Decompose AtenNormalFunctionalOp into AtenRandn* and other arithmetic. (#2737)

a8538e1e3fb98c5d2c6170dd0e5d549d1d6b2632 authored 9 months ago by Sungsoon Cho <[email protected]>
[Torch Dialect] support aten.isneginf, aten.isposinf, aten.nan_to_num (#2743)

f85e5c932bb6462d66d290ac11860e916f77243a authored 9 months ago by lonely eagle <[email protected]>
Adjust bound check to be the same as PyTorch native (i.e. stricter) (#2755)

prims.expand expects the start and end dimensions to be strictly less
than the rank of the tensor.

f78ec78ac85bf551952d5421befbc6005b232546 authored 9 months ago by James Newling <[email protected]>
[ONNXToTorch] Add conversion for Onnx range (#2752)

Implemented ONNX.Range. The spec says the data type for start, limit,
delta are 0-D can be doub...

87389f0762c1626a56f3afaafcf51bd9f5e28518 authored 9 months ago by kumardeepakamd <[email protected]>
[TorchToLinalg] Add lowering for aten.replication_pad2d (#2715)

Co-authored-by: Lisa Liu <[email protected]>

09421b1cf3153e9794187fe665395713a048803f authored 9 months ago by lisaliu1 <[email protected]>
[onnx] Convert `onnx.constant` to `torch` literal tensor (#2748)

Handles the multiple cases of `onnx` constant values and converts them
to `torch` literal tenso...

197b3b475c2fa4c452f08c79f2cab1c7482d6ccc authored 9 months ago by Rob Suderman <[email protected]>
Bump LLVM to llvm/llvm-project@0cb024b (#2753)

- Add fixes for
https://github.com/llvm/llvm-project/commit/af78e5daf0791135485dbd7972ffedb9277...

10acea71be38c409470c66b57a77330b7b8bebd0 authored 9 months ago by Han-Chung Wang <[email protected]>
[torch][quant] Support quantize and dequantize for torch (#2731)

Handle both `torch.dequantize` and `torch.quantize_per_tensor` including
the op based quantizat...

dc37616d6773acc55c7452c242c7f13e838362f4 authored 9 months ago by Rob Suderman <[email protected]>
[MLIR][ONNX] Add OnnxToTorch support for Maxpool Op (#2695)

Add Maxpool ONNX op support.
Add Utils.h/cpp files to create a constant int list for ONNX.

c7452af4fa7b4139dbd8b78b388b84a08b8c1b7a authored 9 months ago by Chi_Liu <[email protected]>
Handle torch.none type in tosa.clamp op (#2739)

This PR updates the torch-to-tosa conversion with following changes:

- Support torch.none as ...

670a99ae196da892310776f110cfe29dfb68a174 authored 9 months ago by Ze Zhang <[email protected]>
signed/unsigned c++ compiler warning fixes (#2742)

47ffc90db49f16c126c1fa456b92e24161847afb authored 9 months ago by James Newling <[email protected]>
Implement lowering of torch.aten.logit (#2697)

Closes nod-ai/SHARK-Turbine#290

e1a86e480a5687f78ad4b70047e978905bee5088 authored 9 months ago by Ilija Kalinić <[email protected]>