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

Ignore constants in the legality error (#2328)

c56cb531d546d9816817bce1599dccde3cf7aa54 authored over 1 year ago by Matthias Gehre <[email protected]>
[Stablehlo]Add support for AvgPool1dOp (#2268)

* Add support for AvgPool1d

* Update AbstractInterpLibrary

* support avgpool1d in linalg
...

31ef08b63d8c95cc2cac89014631b5d54232cd2d authored over 1 year ago by JianzheXiao <[email protected]>
[Torch Dialect] emit aten.nonzero, aten.nonzero_numpy, aten.nonzero_static op (#2338)

By the way, this PR also adds the missing shape function for aten.masked_select.

d57f67e7f8c1113c425539ef2c818517f6892d1a authored over 1 year ago by Jiawei Wu <[email protected]>
Use `register_buffer` to make `Add_Module` test work on lazy tensor (#2332)

Doing `module.to('lazy')` only moves the module member tensors to the
device if they are create...

4a96e716c0023331dffc35e9adf8c30b303d8932 authored over 1 year ago by Ramiro Leal-Cavazos <[email protected]>
update PyTorch version to 2.1.0.dev20230724 (#2339)

- torch version: 2.1.0.dev20230724
- torch commit hash: ba1da8199b3077b77a78a78e7f0dad166435182...

ef11a7731514abe11c55e2ebabfc1fb0418f6cf3 authored over 1 year ago by Sean Silva <[email protected]>
fix cmake torch-mlir-capi linking and bazel build (#2336)

238c0501da64060afc6e68adbdbc4c4d2ca4dbc5 authored over 1 year ago by Yuanqiang Liu <[email protected]>
[Stablehlo] add converter for aten.scatter.src op (#2295)

026e8db2e4c45929dd8fe20a9f7bf96cc6a3a392 authored over 1 year ago by Jiawei Wu <[email protected]>
update PyTorch version to 2.1.0.dev20230723 (#2335)

- torch version: 2.1.0.dev20230723
- torch commit hash: a060bf3cf05c09906e78d7299efc8184568ea2e...

dd0e91b4662474fe81b1ecb3ba9e9cd13a819d5b authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230722 (#2333)

- torch version: 2.1.0.dev20230722
- torch commit hash: b5222f140da05e40ac90ff42bd1db6564343daf...

f0d8b6218b92d6ccb50d668524b422eddc16cb6b authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230721 (#2331)

- torch version: 2.1.0.dev20230721
- torch commit hash: f228c8b8cac3db634516c7101dee077cbaa026a...

fb4c54fbef9d083d3cdbc218ffc71cc112082fd9 authored over 1 year ago by Sean Silva <[email protected]>
TorchToTosa: aten.embedding: Allow indices with any rank (#2327)

It's actually fine to not check the rank of the indices, because the conversion anyways flattens...

3ca35b4f3cf10b08d6c3f2e19285899f440b3ac2 authored over 1 year ago by Matthias Gehre <[email protected]>
Clean up verification of calling conventions.

The implementation at this place was a remnent of the times the pipeline was
run only once.
Rely...

4847563bedb449379f2773435096ecf31ca2175e authored over 1 year ago by Alexandre Rames <[email protected]>
Support `DerefineOp` in `RefinePublicReturn`.

a20422ce652345db012ffacf2bb1b696384d6599 authored over 1 year ago by Alexandre Rames <[email protected]>
Fix canonicalization of `torch.prim.TupleUnpack`.

1e468e82949c66d8ef3872dad29b72e7203def5a authored over 1 year ago by Alexandre Rames <[email protected]>
update PyTorch version to 2.1.0.dev20230720 (#2326)

- torch version: 2.1.0.dev20230720
- torch commit hash: a16c87a767b22dbfa9e9435b1efe699db377ebf...

91a9baa3e78b16d3754be988ddcb4a06926c617d authored over 1 year ago by Sean Silva <[email protected]>
[Torch-Dialect] emit aten.narrow.Tensor op and decompose it to aten.narrow op (#2297)

9535be790363ecb97df0f64c85ac279aeca26011 authored over 1 year ago by Jiawei Wu <[email protected]>
Fixes for split tensor and slice (#2314)

* RecomposeComplexOps: Remove dead slice op

* lib/Dialect/Torch/IR/TorchOps.cpp: Fold slice o...

64d7626a52238f959d1b970048b8c6ac7b8877fc authored over 1 year ago by Matthias Gehre <[email protected]>
Conform to Python custom exception api

0650efe7c06d74207f9d258463f96daa512d827b authored over 1 year ago by max <[email protected]>
[torch-dialect] fix aten.type_as op's folder (#2283)

[torch-dialect] fix torch.type_as op's folder by decomposing it to prim.dtype + aten.to_dtype

3f843c8fd9a19a6a2d0489ba64d1f4074faf498a authored over 1 year ago by Jiawei Wu <[email protected]>
update PyTorch version to 2.1.0.dev20230719 (#2323)

- torch version: 2.1.0.dev20230719
- torch commit hash: 82e03ad95768645f27100929366530f5d62deff...

c9add6b7d8d8880b707fefe655eadbb4f08338f5 authored over 1 year ago by Sean Silva <[email protected]>
Fixes Windows DLL crash (#2321)

* explicit inliner extension

* fixed import formatting

a308a542552d025b36ab67977b108ad954fb57e0 authored over 1 year ago by AyaanShah2204 <[email protected]>
update PyTorch version to 2.1.0.dev20230718 (#2318)

- torch version: 2.1.0.dev20230718
- torch commit hash: 5e128c4fa1f1217e30c7179aeb5eb5eb95d4dd7...

3b56f97f6fa4e1b4e3d901bf3e580c362043d861 authored over 1 year ago by Sean Silva <[email protected]>
Don't crash when the input to aten.copy is unranked (#2307)

This can happen when the input comes from an unsupported operator

0c179970001fe1df4f49e521f36f313dddb763de authored over 1 year ago by Matthias Gehre <[email protected]>
Fix handling of `!torch.number` in abstract interpretation library (#2309)

In PyTorch, the `NumberType` is equal to `Union[int, float,
complex]`. However, the abstract in...

718f53ff8a94baf3b7d0c4f307484171e6546d2a authored over 1 year ago by Ramiro Leal-Cavazos <[email protected]>
[TOSA] Add aten._index_put_impl support (#2031)

Add e2e support by add "tosa-to-scf"

5706697e0bff7538d7d251550a2ea1dd39172616 authored over 1 year ago by Chi_Liu <[email protected]>
update PyTorch version to 2.1.0.dev20230717 (#2315)

- torch version: 2.1.0.dev20230717
- torch commit hash: c437a4b1e0da5c00c15c983fecfeedb81b2355f...

ba24a469106d34ad57a6534f472f7c154d166b9e authored over 1 year ago by Sean Silva <[email protected]>
lib/Conversion/TorchToTosa/TorchToTosa.cpp: Fix legalization of comparions where the input type is bool (#2304)

06c9bd08e06728e96c41c610add924d58328c54c authored over 1 year ago by Matthias Gehre <[email protected]>
update PyTorch version to 2.1.0.dev20230716 (#2312)

- torch version: 2.1.0.dev20230716
- torch commit hash: c69b6e5da6f5892c2b2bd5fbf28dd5b568de362...

d69b6bd58737e3ba7b7a5a3b159d08c497f42a34 authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230715 (#2311)

- torch version: 2.1.0.dev20230715
- torch commit hash: 6db8e8b9b7ae2232c3ab0eb7fe19830357695c7...

27455500c3a62971e076d36667fd8559e8301aca authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230714 (#2308)

- torch version: 2.1.0.dev20230714
- torch commit hash: d257917ad4e5bb1b848f7857026191b61efb229...

bcbfeecae0fdaa7ea7871723f5f5026a65a7fdc8 authored over 1 year ago by Sean Silva <[email protected]>
TorchToTosa: Legalization for torch.aten.sqrt (#2234)

48383554da9582b7dc8337f6d7d20dfd78db9068 authored over 1 year ago by Tiago Trevisan Jost <[email protected]>
[Torch Dialect] add runtime.assert to check constraint when recomposing complex ops (#2281)

7f6b72aec863670e1b32184fa8a7d651a53c0938 authored over 1 year ago by Yuanqiang Liu <[email protected]>
update PyTorch version to 2.1.0.dev20230713 (#2303)

- torch version: 2.1.0.dev20230713
- torch commit hash: fccac344dff905c235681c7eb1b567d45f45edb...

50f5b658b6dc50f664d78c89c403149b064fb59b authored over 1 year ago by Sean Silva <[email protected]>
Add make_fx_tosa variant to end2end tests (#2240)

* Add make_fx_tosa variant to end2end tests

* e2e_testing/xfail_sets.py: Add make_fx_tosa xfa...

f8e75f659df159c39f49a25825f0bd51bbd52b1c authored over 1 year ago by Matthias Gehre <[email protected]>
Filter out empty strings while generting function signature

91c6454618b3c851175827e630d5d4cacc3481df authored over 1 year ago by nithinsubbiah <[email protected]>
DecomposeComplexOps: Use static shape if available (#2289)

c23a61f4b6bf4d3c3bf75f71a143681bb368a0ff authored over 1 year ago by Matthias Gehre <[email protected]>
update PyTorch version to 2.1.0.dev20230711 (#2299)

- torch version: 2.1.0.dev20230711
- torch commit hash: 927dc662386af052018212c7d01309a506fc94c...

bbd3094c2f08ee55806947bce6433ac037c27e12 authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230710 (#2296)

- torch version: 2.1.0.dev20230710
- torch commit hash: 69565763c841e4e8d07fd338c9bf6515005b388...

17669391b39a120fe88b85fb7a8e0133a39d1ec6 authored over 1 year ago by Sean Silva <[email protected]>
[Stablehlo] AtenEmptyMemoryFormat remove device cpu check (#2288)

* remove cpu check

* update dtype

---------

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

6a072d4f4ad395a146ef9ad61f89babc7adb38bb authored over 1 year ago by Zhekun Zhang <[email protected]>
update PyTorch version to 2.1.0.dev20230709 (#2293)

- torch version: 2.1.0.dev20230709
- torch commit hash: 9b5a84f5443c8e3b9db5511a4f58d727b4fade4...

05920f91590211857f4551e63cc32d1ecd8c3b9d authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230708 (#2292)

- torch version: 2.1.0.dev20230708
- torch commit hash: 3a919e00b8237a76ad6faa6040c00b425a96f1f...

2fdfa0410dfea605c5146d4c40f0f8a70312e8b9 authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230707 (#2290)

- torch version: 2.1.0.dev20230707
- torch commit hash: 760dafbb05853f5f57f1a6869179df2efbc2cf6...

6ac85ee66235b7b95e5d3e3a4870a652d745fdd1 authored over 1 year ago by Sean Silva <[email protected]>
[Torch-to-Linalg] Add dynamic dimension support for BroadcastTo op (#2174)

-- This commit adds support for dynamic dimension in BroadcastTo op.

Signed-off-by: Abhishek ...

6c9ba4ce95ceeb0e62164abb3eb6f03054dd69ff authored over 1 year ago by Abhishek Varma <[email protected]>
update PyTorch version to 2.1.0.dev20230705 (#2284)

- torch version: 2.1.0.dev20230705
- torch commit hash: 758c84d41f55f90f210e6d7d02e05cda4a13c72...

7f4084b5709e1a882e9251d0e7c9c383d9596c92 authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230704 (#2282)

- torch version: 2.1.0.dev20230704
- torch commit hash: e5472fd3c324c5ecb343884e5399e0227cc30a6...

8c87057f50d97310e27f7e5b291987314cf1adc5 authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230701 (#2278)

- torch version: 2.1.0.dev20230701
- torch commit hash: bb3df0bb7c6bce70941199401f6b3550e10cba5...

157e5e529adae25dfbe69faa2fdcc18bcc67fe05 authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230701 (#2276)

- torch version: 2.1.0.dev20230701
- torch commit hash: bb3df0bb7c6bce70941199401f6b3550e10cba5...

112a2ceebff48c6f9eb108958d496059ab05ed9c authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230630 (#2274)

- torch version: 2.1.0.dev20230630
- torch commit hash: dc72046b235ac803e3875c23a1784e93b3d4812...

db1a42ddc81505dcde4651b7219d9398217da918 authored over 1 year ago by Sean Silva <[email protected]>
[Torch Dialect] Add canonicalizer for aten.to.other op (#2273)

Canonicalize aten.to.other to prim.device + prim.dtype + aten.to.device
Co-authored-by: wujiawe...

c7fa42b7d3c00bbc09047223da314d7f1460276e authored over 1 year ago by Jiawei Wu <[email protected]>
[Bazel] Fix broken Bazel build (#2252)

Bazel GHA run: https://github.com/sjain-stanford/torch-mlir/actions/runs/5408580473

facce24ae3cfa44780d98ddc1c030e750e445690 authored over 1 year ago by Sambhav Jain <[email protected]>
[Torch Dialect] add more scalar op folders (#2265)

449cfb83755b97115ba7c3c27b0efdb03415810b authored over 1 year ago by Yuanqiang Liu <[email protected]>
update PyTorch version to 2.1.0.dev20230628 (#2272)

- torch version: 2.1.0.dev20230628
- torch commit hash: 94ca800459ebe8cd2bc3a9927a8412d95866163...

82819350e1f8fbacca6f477ee367729365cc6ea3 authored over 1 year ago by Sean Silva <[email protected]>
[TORCH] Fix recompose off by -1 error (#2271)

ddd0c069707fc95c451d6487e92d19fbe226d386 authored over 1 year ago by Chi_Liu <[email protected]>
update PyTorch version to 2.1.0.dev20230627 (#2269)

- torch version: 2.1.0.dev20230627
- torch commit hash: 43ec335ff295c55bd5d44a9fd03cfc884839a28...

1eb63f33af8232df20c767a7d7c8de0432af00ac authored over 1 year ago by Sean Silva <[email protected]>
[Torch Dialect] Support aten.native_dropout (#2259)

* [Torch Dialect] Support aten.native_dropout

* update

859885c1d37d79a78bb30f82c9cbf6a0888a959a authored over 1 year ago by Yuanqiang Liu <[email protected]>
[Torch Dialect] add folder for aten.add (#2264)

* [Torch Dialect] add folder for aten.add

* update

* update

* update

1ea2b57ab7844d12592a7ec04dcc15fab28d5549 authored over 1 year ago by Yuanqiang Liu <[email protected]>
Update LLVM (#2267)

Green LLVM commit: ec89cb9a81529fd41fb37b8e62203a2e9f23bd54
Green MHLO commit: cd47c8c4db420181...

a52a2b50532e33d3d721f3273fb3fc7df50313e3 authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230626 (#2266)

- torch version: 2.1.0.dev20230626
- torch commit hash: 176a02ed90b218ffbf6a7b290ac28d37f06708f...

38fb99df658faf46e1266a684b0900d183167371 authored over 1 year ago by Sean Silva <[email protected]>
[Stablehlo] fix promoteType() when input doesn't have DefiningOp (#2262)

0548e2ef3b9212b0cf96cf34665972e1f991df41 authored over 1 year ago by Yuanqiang Liu <[email protected]>
update PyTorch version to 2.1.0.dev20230625 (#2263)

- torch version: 2.1.0.dev20230625
- torch commit hash: 3bebfdfbabb134d20c3431d68219b54ad61ce17...

f4e7344276805fb16fbedd251fe293075bcc4efc authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230624 (#2261)

- torch version: 2.1.0.dev20230624
- torch commit hash: 27b3861096b2e84d2e10cc823ba413967f82aaf...

ec98ce23c9a328003fa7b24fbf393a11258a9af6 authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230623 (#2260)

- torch version: 2.1.0.dev20230623
- torch commit hash: ad724c83fb0d94cb3bb2cec94e15d88023c64e0...

fbb5ed52cf18afd426e129dcda809927cca63af6 authored over 1 year ago by Sean Silva <[email protected]>
[Torch Dialect] add missing one_hot dtype function (#2143)

* [Torch Dialect] add missing one_hot dtype function

* update

* update

* update

64afc08dab903d4f531dd51056e94fdcb39cad95 authored over 1 year ago by Yuanqiang Liu <[email protected]>
[Torch Dialect] avoid assertion failure when PrimNumToTensorScalarOp'… (#2256)

* [Torch Dialect] avoid assertion failure when PrimNumToTensorScalarOp's input is torch.number
...

39201a4be51853f6484500b12a84d2381b00e6b5 authored over 1 year ago by Yuanqiang Liu <[email protected]>
Fix single-element tuple construction in abstract interp library (#2258)

Single element tuples in Python need a comma after the
element. However, the `registry.py` file...

6f2bf312919f1f7a0cf41e89c289fd9bbf7c005b authored over 1 year ago by Ramiro Leal-Cavazos <[email protected]>
[Torch Dialect] Support aten.device.with_index (#2254)

96b14e952e7551a5e2ec05596b5c6cb52e1a3f8e authored over 1 year ago by Yuanqiang Liu <[email protected]>
[Torch Dialect] require hasSizes when decompose aten.amax (#2248)

4fd4477e15a2726724d7cf18cb44421ba209da3a authored over 1 year ago by Yuanqiang Liu <[email protected]>
update PyTorch version to 2.1.0.dev20230621 (#2247)

- torch version: 2.1.0.dev20230621
- torch commit hash: e4cf441a4ba770dc869433d876e73051ed9800b...

c91c67e53daf5750b853319da0ad4daabd541730 authored over 1 year ago by Sean Silva <[email protected]>
[MLIR][TORCH] Add e2e support for aten.alias

-- This commit adds e2e support for aten.alias op.

Signed-off-by: Abhishek Varma <abhishek@nod-...

a0d2789840a7ed48de3e60949624f50b321ef4ab authored over 1 year ago by Abhishek Varma <[email protected]>
Add typeids to CAPI. (#2253)

0244f540a787f9219b48877e5d4baddb29066e56 authored over 1 year ago by Maksim Levental <[email protected]>
[build] Update llvm tag to 3f8d8c1a

This patch updates the submodules to:

- llvm: 3f8d8c1aac3086f603ad73f18fe2bd4fb91fa10a
- mhlo: ...

ebda6111000710470bad61ac9c467b57b2744d1a authored over 1 year ago by Abhishek Varma <[email protected]>
update PyTorch version to 2.1.0.dev20230619 (#2245)

- torch version: 2.1.0.dev20230619
- torch commit hash: 5beeb400ca3487d55629cbf8b87f9b637a7b657...

860a2d4bbf6b62f01a951c1a230222a8399dc732 authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230618 (#2244)

- torch version: 2.1.0.dev20230618
- torch commit hash: 59c654a6ad8d256b89123dda536052e98cd5e39...

9b4e36967199d47c4109d1f0d7e766035e9ec8f6 authored over 1 year ago by Sean Silva <[email protected]>
update PyTorch version to 2.1.0.dev20230617 (#2241)

- torch version: 2.1.0.dev20230617
- torch commit hash: a522f9aedd9c9aaebba5997f201cc2311969657...

145055bdb6688a379dd62991ee04aec8a618e745 authored over 1 year ago by Sean Silva <[email protected]>
[MLIR][TORCH] Add support for negative index values for index.Tensor op (#2233)

This commit adds the support for index.Tensor op when the index values
are negative. This commi...

f6a6cfea4e4f71867127504c0315082e1eb8e354 authored over 1 year ago by Vivek Khandelwal <[email protected]>
TorchToTosa: Cast float constants to correct type to support bfloat16 (#2239)

6f420019cb2d6f5487f5201553d86f167a2856be authored over 1 year ago by Matthias Gehre <[email protected]>
update PyTorch version to 2.1.0.dev20230615 (#2238)

- torch version: 2.1.0.dev20230615
- torch commit hash: 0d4f9aee900596cd8ed55725f75a5792b6df6de...

45e2188615711a0db70cb7ad0ca92b95a46687e2 authored over 1 year ago by Sean Silva <[email protected]>
build: manually update PyTorch version

Set PyTorch and TorchVision version to nightly release 2023-05-16.
This commit removes the test ...

ab8b23e767854f2d57e61b80d2ee4bc979e35c4e authored over 1 year ago by Vivek Khandelwal <[email protected]>
[Stablehlo] add conversion for AtenFlipOp (#2163)

bba0f5891b5e05d1dc85969c2d036081d67d235b authored over 1 year ago by Yuanqiang Liu <[email protected]>
[Torch Dialect] Support aten.cuda and add canonicalizer for aten.cuda (#2231)

7c6961bcbf75811c21c026b31e2fe3eb67099cb9 authored over 1 year ago by Yuanqiang Liu <[email protected]>
Bump LLVM (#2176)

* Bump LLVM

---------

Co-authored-by: Matthias Gehre <[email protected]>

0caaf8d32abc73e6dee6ff3b39573cc7fdc2929f authored over 1 year ago by Maksim Levental <[email protected]>
[Torch Dialect] fix torch.uint8's dtype infer (#2227)

ddea56a8326e3d5d27c9aa5451807e25089f5111 authored over 1 year ago by Yuanqiang Liu <[email protected]>
update PyTorch version to 2.1.0.dev20230612 (#2229)

- torch version: 2.1.0.dev20230612
- torch commit hash: 8aee9489c907eeae8af1b6df6962f3a4414c984...

dd5992514dc29791fddde8b57f1189a937b8603c authored over 1 year ago by Sean Silva <[email protected]>
fix(TorchToTosa.cpp): adjust torch->tosa div conversion (#2200)

check the return type of the division to figure out whether to use
the floating point implement...

b461daa06e984ecdb59c6fa22af33fc35a4ca6e0 authored over 1 year ago by Christopher McGirr <[email protected]>
feat: support unchanged dimensions in torch.aten.broadcast_to operation. (#2204)

cc7555711997c0995adf6b7083434cf80c367f50 authored over 1 year ago by Tiago Trevisan Jost <[email protected]>
update PyTorch version to 2.1.0.dev20230611 (#2226)

- torch version: 2.1.0.dev20230611
- torch commit hash: ec23ae5ad407ee6719b18fc374f231225d027cf...

bfb565143fe2fce7ff94349214e7da6c374279c0 authored over 1 year ago by Sean Silva <[email protected]>
Support aten.sign (#2205)

4e2ba2e0af092bd332fc5958a693f81fe4da1af3 authored over 1 year ago by Matthias Gehre <[email protected]>
update PyTorch version to 2.1.0.dev20230610 (#2225)

- torch version: 2.1.0.dev20230610
- torch commit hash: dd69d6251ace7e9bed1c09e7613eaa9f3404912...

5ead1d549e9abe4cd5f1ed6d54b2b051581d4068 authored over 1 year ago by Sean Silva <[email protected]>
CI: Checkout repo so that gh knows where to look for the PR (#2223)

Without this patch, the gh command (for merging the PR) doesn't know
which repo we're referring...

c202cb5263f444f4cba058e5c737710367222872 authored over 1 year ago by Ashay Rane <[email protected]>
update PyTorch version to 2.1.0.dev20230609 (#2222)

- torch version: 2.1.0.dev20230609
- torch commit hash: b6ab7791119b08a6ce80c7810f9baa1fb893c2...

45c0bd76a412909ea2a813e20073965e4344f4eb authored over 1 year ago by Sean Silva <[email protected]>
Torch: Fold RuntimeAssertOp when condition is true (#2198)

27a3d099175dfcf6048e1476521c8438933b0caf authored over 1 year ago by Matthias Gehre <[email protected]>
Print name of the backend when tests fail to help debugging issues in CI (#2210)

* Print name of the backend when tests fail to help debugging issues in CI

* Extended test py...

0959b502aeb83d8c111311f1c563605ff2c29ed2 authored over 1 year ago by Matthias Gehre <[email protected]>
CI: Use GitHub token when calling gh for merging RollPyTorch PR (#2220)

33ac7c3ad1ad3d2bb12f9990a39d0760e4a4a4c0 authored over 1 year ago by Ashay Rane <[email protected]>
update PyTorch version to 2.1.0.dev20230608 (#2219)

- torch version: 2.1.0.dev20230608
- torch commit hash: c1406a99df2df9c06e8c7029e2eac41d5b2240...

39d82a49bb960c7de73bcd5f35d6bad60ba59ce0 authored over 1 year ago by Sean Silva <[email protected]>
CI: Merge RollPyTorch PR upon successful completion (#2218)

This patch removes the mock commands, so that once the Build And Test
workflow has successfully...

3c1a796f7e32a6245305119895cf8bdf9360f5e5 authored over 1 year ago by Ashay Rane <[email protected]>
update PyTorch version to 2.1.0.dev20230607 (#2216)

- torch version: 2.1.0.dev20230607
- torch commit hash: 6226b7d098fbc093c7e6e514a5ff7a256b744...

44d5cf6d3236820e45fe33fab087c9e2192d84c4 authored over 1 year ago by Sean Silva <[email protected]>
[Torch Dialect] Add canonicalize pattern for aten.is_floating_point (#2194)

* [Torch Dialect] Add canonicalize pattern for aten.is_floating_point

* implement as fold

...

5a7bf4e4cbf807407c170a0261e02bcce8c45437 authored over 1 year ago by Yuanqiang Liu <[email protected]>
Fix version comparison against stable (#2209)

816880774b8e03ff40307445041273357483043b authored over 1 year ago by Matthias Gehre <[email protected]>
Update code_owners.md (#2197)

3a1b92c463e55a4b820ebe303d3b2c5d7ce5beb5 authored over 1 year ago by Tanyo Kwok <[email protected]>
[Torch Dialect] add support for AtenIsnanOp (#2170)

* add support for mhlo

* Add Test for torch.ne

* fix torch.ne shape/add static test case
...

e4f8fb1b8c7287ab6f3760c7d6e6ceacfde3b484 authored over 1 year ago by JianzheXiao <[email protected]>