File tree
4 files changed
+29
-7
lines changed- compiler/plugins/input/Torch/torch-mlir
- tests/external/iree-test-suites/onnx_ops
- third_party
4 files changed
+29
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
180 | 179 | | |
181 | 180 | | |
182 | 181 | | |
| |||
202 | 201 | | |
203 | 202 | | |
204 | 203 | | |
205 | | - | |
206 | 204 | | |
207 | 205 | | |
208 | 206 | | |
| |||
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
238 | 239 | | |
| 240 | + | |
239 | 241 | | |
| 242 | + | |
| 243 | + | |
240 | 244 | | |
| 245 | + | |
| 246 | + | |
241 | 247 | | |
242 | 248 | | |
243 | 249 | | |
| |||
246 | 252 | | |
247 | 253 | | |
248 | 254 | | |
| 255 | + | |
249 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
250 | 263 | | |
251 | 264 | | |
252 | 265 | | |
| |||
318 | 331 | | |
319 | 332 | | |
320 | 333 | | |
| 334 | + | |
321 | 335 | | |
322 | 336 | | |
323 | 337 | | |
| |||
354 | 368 | | |
355 | 369 | | |
356 | 370 | | |
357 | | - | |
358 | | - | |
359 | 371 | | |
360 | 372 | | |
361 | 373 | | |
| |||
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| 222 | + | |
222 | 223 | | |
| 224 | + | |
223 | 225 | | |
| 226 | + | |
| 227 | + | |
224 | 228 | | |
| 229 | + | |
| 230 | + | |
225 | 231 | | |
226 | 232 | | |
227 | 233 | | |
| |||
230 | 236 | | |
231 | 237 | | |
232 | 238 | | |
| 239 | + | |
233 | 240 | | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
234 | 247 | | |
235 | 248 | | |
236 | 249 | | |
| |||
306 | 319 | | |
307 | 320 | | |
308 | 321 | | |
| 322 | + | |
309 | 323 | | |
310 | 324 | | |
311 | 325 | | |
| |||
362 | 376 | | |
363 | 377 | | |
364 | 378 | | |
365 | | - | |
366 | | - | |
367 | 379 | | |
368 | 380 | | |
369 | 381 | | |
| |||
Submodule torch-mlir updated 36 files
- CMakeLists.txt+10
- build-requirements.txt+1
- build_tools/autogen_ltc_backend.py+7-2
- build_tools/ci/test_posix.sh+4
- externals/llvm-project+1-1
- include/torch-mlir/Conversion/CMakeLists.txt+5-5
- include/torch-mlir/Conversion/Passes.td+2
- include/torch-mlir/Conversion/TorchToTosa/TosaLegalizeCommon.h+2-3
- include/torch-mlir/Conversion/TorchToTosa/TosaLegalizeUtils.h+50-24
- include/torch-mlir/Dialect/Torch/IR/GeneratedTorchOps.td+71
- include/torch-mlir/Dialect/TorchConversion/Transforms/CMakeLists.txt+3-5
- include/torch-mlir/Dialect/TorchConversion/Transforms/Passes.h+6-3
- include/torch-mlir/Dialect/TorchConversion/Transforms/Passes.td+2
- lib/CMakeLists.txt+5-2
- lib/Conversion/CMakeLists.txt+6-2
- lib/Conversion/Passes.cpp+3
- lib/Conversion/TorchOnnxToTorch/DefaultDomainQtoZ.cpp+184-80
- lib/Conversion/TorchToLinalg/Uncategorized.cpp+66
- lib/Conversion/TorchToTMTensor/TorchToTMTensor.cpp+123-5
- lib/Conversion/TorchToTosa/TorchToTosa.cpp+227-279
- lib/Conversion/TorchToTosa/TosaLegalizeCommon.cpp+12-16
- lib/Conversion/TorchToTosa/TosaLegalizeUtils.cpp+78-55
- lib/Dialect/Torch/Transforms/DecomposeComplexOps.cpp+78
- lib/Dialect/TorchConversion/Transforms/Passes.cpp+10-4
- lib/Dialect/TorchConversion/Transforms/VerifyTosaBackendContract.cpp+2-1
- lib/InitAll.cpp+8-2
- projects/ltc/csrc/base_lazy_backend/shape_inference.cpp+12
- projects/pt1/e2e_testing/xfail_sets.py+17-1
- projects/pt1/python/torch_mlir/jit_ir_importer/build_tools/torch_ods_gen.py+5
- projects/pt1/python/torch_mlir_e2e_test/test_suite/basic.py+86
- python/torch_mlir/extras/fx_importer.py+6-4
- test/Conversion/TorchOnnxToTorch/simple_ops_q_to_z.mlir+26-11
- test/Conversion/TorchToLinalg/constraints.mlir+30
- test/Conversion/TorchToTosa/basic.mlir+389-483
- test/Conversion/TorchToTosa/torch-backend-to-tosa-backend-pipeline.mlir+7-9
- test/Dialect/Torch/decompose-complex-ops.mlir+50
0 commit comments