Skip to content

Commit

Permalink
[mpact][external] bump torch-mlir to @6934ab81b0efe105a4800 (#77)
Browse files Browse the repository at this point in the history
Note that this is actually to get the
bump llvm/llvm-project@b6603e1 so we
can proceed with parallelization
  • Loading branch information
aartbik authored Sep 12, 2024
1 parent cfdd4a3 commit 403b89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion externals/torch-mlir
Submodule torch-mlir updated 36 files
+8 −2 CMakeLists.txt
+10 −47 README.md
+2 −1 build_tools/ci/build_posix.sh
+0 −16 build_tools/ci/test_posix.sh
+3 −0 build_tools/update_abstract_interp_lib.sh
+3 −0 build_tools/update_torch_ods.sh
+2 −1 docs/add_ops.md
+1 −1 externals/llvm-project
+26 −7 include/torch-mlir-dialects/Dialect/TMTensor/IR/TMTensorOps.td
+27 −0 include/torch-mlir/Dialect/Torch/IR/GeneratedTorchOps.td
+41 −24 lib/Conversion/TorchOnnxToTorch/DefaultDomainAtoF.cpp
+9 −25 lib/Conversion/TorchToLinalg/DataMovement.cpp
+89 −22 lib/Conversion/TorchToTMTensor/TorchToTMTensor.cpp
+110 −0 lib/Conversion/TorchToTosa/TorchToTosa.cpp
+87 −7 lib/Dialect/TMTensor/IR/TMTensorOps.cpp
+121 −5 lib/Dialect/Torch/IR/TorchOps.cpp
+62 −0 lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp
+106 −0 lib/Dialect/Torch/Transforms/DecomposeComplexOps.cpp
+52 −65 lib/Dialect/Torch/Transforms/InlineGlobalSlots.cpp
+1 −0 lib/Dialect/Torch/Transforms/LowerToBackendContract.cpp
+4 −2 projects/pt1/e2e_testing/main.py
+195 −99 projects/pt1/e2e_testing/xfail_sets.py
+23 −0 projects/pt1/python/torch_mlir/jit_ir_importer/build_tools/abstract_interp_lib_gen.py
+4 −1 projects/pt1/python/torch_mlir/jit_ir_importer/build_tools/torch_ods_gen.py
+1 −0 projects/pt1/python/torch_mlir/torchscript.py
+143 −8 projects/pt1/python/torch_mlir_e2e_test/test_suite/basic.py
+88 −28 projects/pt1/python/torch_mlir_e2e_test/test_suite/reshape_like.py
+6 −7 python/torch_mlir/extras/fx_importer.py
+1 −1 pytorch-hash.txt
+1 −1 pytorch-requirements.txt
+87 −0 test/Conversion/TorchOnnxToTorch/simple_ops_a_to_f.mlir
+15 −0 test/Conversion/TorchToLinalg/basic.mlir
+0 −9 test/Conversion/TorchToStablehlo/linear.mlir
+17 −0 test/Conversion/TorchToTosa/basic.mlir
+43 −0 test/Dialect/Torch/decompose-complex-ops.mlir
+1 −1 torchvision-requirements.txt

0 comments on commit 403b89a

Please sign in to comment.