File tree
4 files changed
+1
-15
lines changed- tests/external/iree-test-suites/onnx_ops
- third_party
4 files changed
+1
-15
lines changedLines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
| |||
310 | 307 | | |
311 | 308 | | |
312 | 309 | | |
313 | | - | |
314 | 310 | | |
315 | 311 | | |
316 | 312 | | |
| |||
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
| |||
301 | 298 | | |
302 | 299 | | |
303 | 300 | | |
304 | | - | |
305 | 301 | | |
306 | 302 | | |
307 | 303 | | |
| |||
326 | 322 | | |
327 | 323 | | |
328 | 324 | | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | 325 | | |
334 | 326 | | |
335 | 327 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
343 | 342 | | |
344 | 343 | | |
345 | 344 | | |
346 | | - | |
347 | 345 | | |
348 | 346 | | |
349 | 347 | | |
| |||
Submodule torch-mlir updated 62 files
- CMakeLists.txt+2
- build_tools/e2eshark_build.sh+1
- build_tools/python_deploy/build_windows_ci.sh+1
- docs/development.md+2
- externals/llvm-project+1-1
- externals/stablehlo+1-1
- include/torch-mlir-dialects/Dialect/TMTensor/IR/TMTensorOps.td+13
- include/torch-mlir/Conversion/TorchToLinalg/Utils.h+10
- include/torch-mlir/Conversion/TorchToTosa/TosaLegalizeUtils.h+5
- include/torch-mlir/Dialect/Torch/IR/GeneratedTorchOps.td+439-1
- lib/Conversion/TorchOnnxToTorch/DefaultDomainAtoF.cpp+81-75
- lib/Conversion/TorchOnnxToTorch/DefaultDomainGtoP.cpp+76-3
- lib/Conversion/TorchToLinalg/Pooling.cpp+344-209
- lib/Conversion/TorchToLinalg/Reduction.cpp+6-2
- lib/Conversion/TorchToLinalg/TensorConstructors.cpp+158-198
- lib/Conversion/TorchToLinalg/Utils.cpp+47
- lib/Conversion/TorchToStablehlo/Reduction.cpp+162-38
- lib/Conversion/TorchToTMTensor/TorchToTMTensor.cpp+1-10
- lib/Conversion/TorchToTosa/TorchToTosa.cpp+81-63
- lib/Conversion/TorchToTosa/TosaLegalizeUtils.cpp+44
- lib/Dialect/TMTensor/IR/TMTensorOps.cpp+3-2
- lib/Dialect/TMTensor/Transforms/Bufferize.cpp+3-2
- lib/Dialect/Torch/IR/TorchOps.cpp+112-35
- lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp+356
- lib/Dialect/Torch/Transforms/DecomposeComplexOps.cpp+752-45
- lib/Dialect/Torch/Transforms/InlineGlobalSlots.cpp+2-3
- lib/Dialect/Torch/Transforms/LowerToBackendContract.cpp+12
- lib/Dialect/Torch/Utils/Utils.cpp+11-11
- lib/RefBackend/RefBackend.cpp+1-1
- projects/pt1/e2e_testing/xfail_sets.py+161-1
- projects/pt1/python/torch_mlir/jit_ir_importer/build_tools/abstract_interp_lib_gen.py+171-1
- projects/pt1/python/torch_mlir/jit_ir_importer/build_tools/torch_ods_gen.py+22-1
- projects/pt1/python/torch_mlir_e2e_test/test_suite/__init__.py+1
- projects/pt1/python/torch_mlir_e2e_test/test_suite/basic.py+289
- projects/pt1/python/torch_mlir_e2e_test/test_suite/conv.py+30
- projects/pt1/python/torch_mlir_e2e_test/test_suite/elementwise.py+111
- projects/pt1/python/torch_mlir_e2e_test/test_suite/elementwise_comparison.py+60
- projects/pt1/python/torch_mlir_e2e_test/test_suite/kl_div_loss.py+167
- projects/pt1/python/torch_mlir_e2e_test/test_suite/matmul.py+45
- projects/pt1/python/torch_mlir_e2e_test/test_suite/nll_loss.py+116
- projects/pt1/python/torch_mlir_e2e_test/test_suite/norm_like.py+106
- projects/pt1/python/torch_mlir_e2e_test/test_suite/padding.py+93
- projects/pt1/python/torch_mlir_e2e_test/test_suite/pooling.py+522
- projects/pt1/python/torch_mlir_e2e_test/test_suite/reduction.py+20
- python/torch_mlir/extras/fx_importer.py+53-17
- pytorch-hash.txt+1-1
- pytorch-requirements.txt+1-1
- setup.py+2
- test/Conversion/TorchOnnxToTorch/simple_ops_a_to_f.mlir+10
- test/Conversion/TorchOnnxToTorch/simple_ops_g_to_p.mlir+135-1
- test/Conversion/TorchToLinalg/basic.mlir+95
- test/Conversion/TorchToLinalg/pooling.mlir+60-3
- test/Conversion/TorchToStablehlo/reduction.mlir+33
- test/Conversion/TorchToTosa/basic.mlir+186-28
- test/Dialect/TMTensor/bufferize.mlir+9-9
- test/Dialect/Torch/canonicalize.mlir+11
- test/Dialect/Torch/decompose-complex-ops.mlir+21
- test/Dialect/Torch/invalid_canonicalize.mlir+40
- test/RefBackend/mlprogram-bufferize.mlir+1-1
- test/python/fx_importer/symbolic_shape_expr_test.py+3-1
- test/python/fx_importer/v2.3/mutation_import.py+235
- torchvision-requirements.txt+1-1
0 commit comments