Commit 74458b3
authored
Update torch-mlir to llvm/torch-mlir@fb14944. (#20201)
llvm/torch-mlir@fb14944
This includes a fix for llvm/torch-mlir#4085
that affects our Windows builds.1 parent 1aa968d commit 74458b3
1 file changed
+1
-1
lines changedSubmodule torch-mlir updated 20 files
- .github/workflows/ci_windows.yml+77
- build_tools/python_deploy/build_windows_ci.sh+39-3
- lib/Conversion/TorchOnnxToTorch/DefaultDomainQtoZ.cpp+179-60
- lib/Conversion/TorchToLinalg/Pooling.cpp+14-7
- lib/Dialect/Torch/Transforms/DecomposeComplexOps.cpp+234-216
- lib/Dialect/Torch/Transforms/SimplifyShapeCalculations.cpp+10-6
- projects/ltc/csrc/base_lazy_backend/shape_inference.cpp+7
- projects/pt1/e2e_testing/main.py+4-6
- projects/pt1/python/torch_mlir_e2e_test/configs/__init__.py+1-3
- projects/pt1/python/torch_mlir_e2e_test/configs/fx_importer_backend.py+3
- projects/pt1/python/torch_mlir_e2e_test/configs/jit_importer_backend.py+6-9
- projects/pt1/python/torch_mlir_e2e_test/configs/linalg_on_tensors_backend.py-50
- projects/pt1/python/torch_mlir_e2e_test/configs/tosa_backend.py-52
- python/torch_mlir/fx.py+10-3
- test/Conversion/TorchOnnxToTorch/simple_ops_q_to_z.mlir+52-6
- test/Conversion/TorchToTosa/basic.mlir+44-44
- test/Dialect/Torch/decompose-complex-ops.mlir+34
- test/python/fx_importer/sparsity/lit.local.cfg+1-1
- test/python/fx_importer/v2.3/lit.local.cfg+1-1
- test/python/lit.local.cfg+1-1
0 commit comments