File tree
3 files changed
+18
-1
lines changed- compiler/src/iree/compiler/Dialect/Stream/IR
- test
- third_party
3 files changed
+18
-1
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
137 | 143 | | |
138 | 144 | | |
139 | 145 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
177 | 188 | | |
178 | 189 | | |
179 | 190 | | |
| |||
Submodule torch-mlir updated 39 files
- .github/actions/setup-build/action.yml-6
- build-requirements.txt+1-3
- build_tools/ci/build_posix.sh+1
- build_tools/ci/install_python_deps.sh-4
- build_tools/cmake/TorchMLIRPyTorch.cmake+19-12
- build_tools/python_deploy/build_linux_packages.sh+3-1
- build_tools/write_env_file.sh+15-1
- docs/development.md+29-11
- lib/Conversion/TorchToLinalg/Linear.cpp+110-22
- lib/Conversion/TorchToLinalg/Pooling.cpp+9-1
- lib/Conversion/TorchToStablehlo/Basic.cpp+5-2
- lib/Conversion/TorchToStablehlo/Pooling.cpp+23
- lib/Dialect/Torch/IR/TorchOps.cpp+90-14
- lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp+17-35
- lib/Dialect/Torch/Transforms/DecomposeComplexOps.cpp+30
- lib/Dialect/Torch/Transforms/LowerToBackendContract.cpp+2
- lib/Dialect/Torch/Transforms/Passes.cpp+1
- lib/RefBackend/RefBackend.cpp+1-1
- projects/pt1/e2e_testing/xfail_sets.py+26-22
- projects/pt1/python/torch_mlir/dynamo.py-2
- projects/pt1/python/torch_mlir/jit_ir_importer/build_tools/abstract_interp_lib_gen.py+8-6
- projects/pt1/python/torch_mlir_e2e_test/configs/fx_importer_backend.py+4-1
- projects/pt1/python/torch_mlir_e2e_test/configs/onnx_backend.py+1
- projects/pt1/python/torch_mlir_e2e_test/test_suite/constant_alloc.py+43
- projects/pt1/python/torch_mlir_e2e_test/test_suite/conv.py+181
- projects/pt1/python/torch_mlir_e2e_test/test_suite/pooling.py+49
- projects/pt1/python/torch_mlir_e2e_test/test_suite/type_conversion.py+176
- python/torch_mlir/extras/fx_decomp_util.py-2
- python/torch_mlir/extras/onnx_importer.py+1-1
- pytorch-hash.txt+1-1
- pytorch-requirements.txt+1-1
- test/Conversion/TorchToLinalg/basic.mlir+16
- test/Conversion/TorchToTosa/basic.mlir+6-8
- test/Dialect/Torch/canonicalize.mlir+186
- test/Dialect/Torch/decompose-complex-ops.mlir+5-11
- test/Dialect/Torch/fuse-quantized-ops.mlir+5-6
- torchvision-requirements.txt+1-1
- utils/bazel/docker/Dockerfile+1
- utils/bazel/torch-mlir-overlay/BUILD.bazel+1
0 commit comments