Commit 967810b
authored
Update torch-mlir to llvm/torch-mlir@11d0853 (#20490)
Bump to
llvm/torch-mlir@11d08531 parent de56220 commit 967810b
File tree
4 files changed
+2
-4
lines changed- tests/external/iree-test-suites/onnx_ops
- third_party
4 files changed
+2
-4
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
| |||
387 | 386 | | |
388 | 387 | | |
389 | 388 | | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
| |||
Submodule torch-mlir updated 56 files
- docs/development.md+59-40
- include/torch-mlir/Conversion/Passes.td+7
- include/torch-mlir/Conversion/TorchToTosa/TorchToTosa.h+2
- include/torch-mlir/Dialect/Torch/Utils/Utils.h+3
- include/torch-mlir/Dialect/TorchConversion/Transforms/Passes.h+11-1
- lib/Conversion/TorchOnnxToTorch/ComMicrosoftDomain.cpp+392
- lib/Conversion/TorchOnnxToTorch/DefaultDomainAtoF.cpp+186-93
- lib/Conversion/TorchOnnxToTorch/DefaultDomainGtoP.cpp+12-7
- lib/Conversion/TorchOnnxToTorch/DefaultDomainQtoZ.cpp+60-33
- lib/Conversion/TorchToLinalg/DataMovement.cpp+33-29
- lib/Conversion/TorchToLinalg/Linear.cpp+127-41
- lib/Conversion/TorchToLinalg/Utils.cpp+30-9
- lib/Conversion/TorchToStablehlo/CMakeLists.txt+1
- lib/Conversion/TorchToStablehlo/PopulatePatterns.h+4
- lib/Conversion/TorchToStablehlo/TorchToStablehlo.cpp+5-1
- lib/Conversion/TorchToStablehlo/Uncategorized.cpp+311
- lib/Conversion/TorchToTosa/TorchToTosa.cpp+17-2
- lib/Dialect/Torch/IR/TorchOps.cpp+2-3
- lib/Dialect/Torch/Transforms/DecomposeComplexOps.cpp+114-148
- lib/Dialect/Torch/Transforms/LowerToBackendContract.cpp+2
- lib/Dialect/Torch/Utils/Utils.cpp+36
- lib/Dialect/TorchConversion/Transforms/Passes.cpp+5-3
- projects/onnx_c_importer/CMakeLists.txt+21-4
- projects/onnx_c_importer/Dict.hpp+211
- projects/onnx_c_importer/OnnxImporter.cpp+1.2k-561
- projects/onnx_c_importer/OnnxImporter.h+201-107
- projects/onnx_c_importer/README.md+1-1
- projects/onnx_c_importer/SimpleArgParser.hpp+220
- projects/onnx_c_importer/Status.hpp+76
- projects/onnx_c_importer/import-onnx-main.cpp+184-65
- projects/onnx_c_importer/onnx_extras.hpp+151
- projects/pt1/e2e_testing/xfail_sets.py+9
- projects/pt1/python/torch_mlir/torchscript.py+1-38
- projects/pt1/python/torch_mlir_e2e_test/configs/fx_importer_backend.py+16-1
- projects/pt1/python/torch_mlir_e2e_test/configs/jit_importer_backend.py+37-1
- projects/pt1/python/torch_mlir_e2e_test/configs/torchdynamo.py+3-1
- projects/pt1/python/torch_mlir_e2e_test/test_suite/constant_alloc.py+20
- projects/pt1/python/torch_mlir_e2e_test/test_suite/conv.py+96
- projects/pt1/python/torch_mlir_e2e_test/test_suite/pooling.py+46
- python/torch_mlir/extras/onnx_importer.py+11-8
- python/torch_mlir/fx.py+4-1
- python/torch_mlir/tools/import_onnx/__main__.py+11-1
- pytorch-hash.txt+1-1
- pytorch-requirements.txt+1-1
- test/Conversion/TorchOnnxToTorch/simple_ops_a_to_f.mlir+76-71
- test/Conversion/TorchOnnxToTorch/simple_ops_g_to_p.mlir+125-1
- test/Conversion/TorchOnnxToTorch/simple_ops_q_to_z.mlir+51-3
- test/Conversion/TorchToLinalg/convolution.mlir+24
- test/Conversion/TorchToLinalg/datamovement.mlir+40
- test/Conversion/TorchToLinalg/elementwise.mlir+13
- test/Conversion/TorchToStablehlo/quantization.mlir+38
- test/Dialect/Torch/decompose-complex-ops.mlir+48
- test/python/fx_importer/basic_test.py+2-7
- test/python/fx_importer/symbolic_shape_expr_test.py+1
- test/python/fx_importer/v2.3/mutation_import.py+1-1
- torchvision-requirements.txt+1-1
0 commit comments