Commit e7dc6f0
authored
Updating torch-mlir of iree to 6aa46967b69a01a46d56146250978d08e243e75e (iree-org#18992)
Updating torch-mlir of iree to llvm/torch-mlir#3845
Signed-off-by: AmosLewis <[email protected]>1 parent 9e20e68 commit e7dc6f0
File tree
4 files changed
+7
-18
lines changed- tests/external/iree-test-suites/onnx_ops
- third_party
4 files changed
+7
-18
lines changedLines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
| |||
379 | 378 | | |
380 | 379 | | |
381 | 380 | | |
382 | | - | |
383 | | - | |
384 | 381 | | |
385 | 382 | | |
386 | 383 | | |
| |||
392 | 389 | | |
393 | 390 | | |
394 | 391 | | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | | - | |
442 | | - | |
443 | 441 | | |
444 | | - | |
445 | 442 | | |
446 | 443 | | |
447 | 444 | | |
| |||
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | 141 | | |
143 | 142 | | |
144 | 143 | | |
| |||
380 | 379 | | |
381 | 380 | | |
382 | 381 | | |
383 | | - | |
384 | | - | |
385 | 382 | | |
386 | 383 | | |
387 | 384 | | |
| |||
488 | 485 | | |
489 | 486 | | |
490 | 487 | | |
491 | | - | |
492 | | - | |
493 | 488 | | |
494 | 489 | | |
| 490 | + | |
495 | 491 | | |
| 492 | + | |
496 | 493 | | |
497 | 494 | | |
498 | 495 | | |
| |||
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
182 | 181 | | |
183 | 182 | | |
184 | 183 | | |
| |||
444 | 443 | | |
445 | 444 | | |
446 | 445 | | |
447 | | - | |
448 | | - | |
449 | 446 | | |
450 | 447 | | |
451 | 448 | | |
| |||
534 | 531 | | |
535 | 532 | | |
536 | 533 | | |
| 534 | + | |
537 | 535 | | |
538 | 536 | | |
539 | 537 | | |
| |||
593 | 591 | | |
594 | 592 | | |
595 | 593 | | |
596 | | - | |
597 | | - | |
598 | 594 | | |
599 | | - | |
600 | 595 | | |
601 | 596 | | |
602 | 597 | | |
| |||
Submodule torch-mlir updated 30 files
- include/torch-mlir/Dialect/Torch/IR/GeneratedTorchOps.td+75
- lib/Conversion/TorchOnnxToTorch/DefaultDomainGtoP.cpp+30-6
- lib/Conversion/TorchOnnxToTorch/DefaultDomainQtoZ.cpp+9-4
- lib/Conversion/TorchToArith/TorchToArith.cpp+7
- lib/Conversion/TorchToLinalg/Uncategorized.cpp+3
- lib/Conversion/TorchToStablehlo/Basic.cpp+46-94
- lib/Conversion/TorchToTMTensor/TorchToTMTensor.cpp+79-23
- lib/Conversion/TorchToTosa/TorchToTosa.cpp+290-141
- lib/Conversion/TorchToTosa/TosaLegalizeUtils.cpp+4
- lib/Dialect/Torch/IR/TorchOps.cpp+9
- lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp+184-2
- lib/Dialect/Torch/Transforms/DecomposeComplexOps.cpp+173-10
- lib/Dialect/Torch/Transforms/LowerToBackendContract.cpp+1
- lib/Dialect/Torch/Transforms/ScalarizeShapes.cpp+222-24
- lib/Dialect/Torch/Transforms/SimplifyAbstractInterpCalculationsUtils.cpp+6-3
- projects/pt1/e2e_testing/xfail_sets.py+76-84
- projects/pt1/python/torch_mlir/jit_ir_importer/build_tools/abstract_interp_lib_gen.py+88-1
- projects/pt1/python/torch_mlir/jit_ir_importer/build_tools/torch_ods_gen.py+4
- projects/pt1/python/torch_mlir_e2e_test/test_suite/basic.py+2-2
- projects/pt1/python/torch_mlir_e2e_test/test_suite/elementwise.py+52
- projects/pt1/python/torch_mlir_e2e_test/test_suite/reshape_like.py+173
- python/torch_mlir/extras/fx_importer.py+11-4
- test/Conversion/TorchOnnxToTorch/ops/if.mlir+21
- test/Conversion/TorchToArith/basic.mlir+42
- test/Conversion/TorchToTosa/basic.mlir+132-20
- test/Dialect/Torch/canonicalize.mlir+26
- test/Dialect/Torch/scalarize-shapes.mlir+259
- test/Dialect/Torch/simplify-shape-calculations.mlir+17
- test/python/fx_importer/v2.3/mutation_import.py+21
- utils/bazel/torch-mlir-overlay/BUILD.bazel+1
0 commit comments