Commit 96fcde4
authored
[Torch Dialect] Support Einsum Op (#2230)
As title, support torch.aten.einsum op
Right now only support Static Shape, because of the known issue, the
fixed solution is here: #2154
Co-authored-by: Jiawei Wu
[[email protected]](mailto:[email protected])1 parent 07c3e11 commit 96fcde4
File tree
8 files changed
+554
-0
lines changed- include/torch-mlir/Dialect/Torch/IR
- lib/Dialect/Torch/Transforms
- projects/pt1
- e2e_testing
- python
- torch_mlir_e2e_test/test_suite
- torch_mlir/jit_ir_importer/build_tools
8 files changed
+554
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8447 | 8447 | | |
8448 | 8448 | | |
8449 | 8449 | | |
| 8450 | + | |
| 8451 | + | |
| 8452 | + | |
| 8453 | + | |
| 8454 | + | |
| 8455 | + | |
| 8456 | + | |
| 8457 | + | |
| 8458 | + | |
| 8459 | + | |
| 8460 | + | |
| 8461 | + | |
| 8462 | + | |
| 8463 | + | |
| 8464 | + | |
| 8465 | + | |
| 8466 | + | |
| 8467 | + | |
| 8468 | + | |
| 8469 | + | |
| 8470 | + | |
| 8471 | + | |
| 8472 | + | |
| 8473 | + | |
| 8474 | + | |
8450 | 8475 | | |
8451 | 8476 | | |
8452 | 8477 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11321 | 11321 | | |
11322 | 11322 | | |
11323 | 11323 | | |
| 11324 | + | |
| 11325 | + | |
| 11326 | + | |
| 11327 | + | |
| 11328 | + | |
| 11329 | + | |
| 11330 | + | |
| 11331 | + | |
| 11332 | + | |
| 11333 | + | |
| 11334 | + | |
| 11335 | + | |
| 11336 | + | |
| 11337 | + | |
| 11338 | + | |
| 11339 | + | |
| 11340 | + | |
| 11341 | + | |
| 11342 | + | |
| 11343 | + | |
| 11344 | + | |
| 11345 | + | |
| 11346 | + | |
| 11347 | + | |
| 11348 | + | |
| 11349 | + | |
| 11350 | + | |
11324 | 11351 | | |
11325 | 11352 | | |
11326 | 11353 | | |
| |||
0 commit comments