Skip to content

Commit

Permalink
bump torch-mlir
Browse files Browse the repository at this point in the history
Signed-off-by: Max Dawkins <[email protected]>
  • Loading branch information
Max191 committed Oct 30, 2024
1 parent 3f36ddf commit bee3ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/torch-mlir
Submodule torch-mlir updated 29 files
+1 −1 externals/llvm-project
+1 −1 externals/stablehlo
+141 −0 include/torch-mlir/Dialect/Torch/IR/GeneratedTorchOps.td
+29 −3 lib/Conversion/TorchOnnxToTorch/DefaultDomainGtoP.cpp
+31 −28 lib/Conversion/TorchToLinalg/Linear.cpp
+48 −35 lib/Conversion/TorchToTosa/TorchToTosa.cpp
+152 −14 lib/Dialect/Torch/IR/TorchOps.cpp
+79 −0 lib/Dialect/Torch/Transforms/AbstractInterpLibrary.cpp
+132 −0 lib/Dialect/Torch/Transforms/DecomposeComplexOps.cpp
+2 −0 lib/Dialect/Torch/Transforms/LowerToBackendContract.cpp
+6 −3 lib/Dialect/Torch/Transforms/SimplifyAbstractInterpCalculationsUtils.cpp
+43 −43 lib/Dialect/TorchConversion/Transforms/BackendTypeConversion.cpp
+39 −42 projects/pt1/e2e_testing/xfail_sets.py
+49 −1 projects/pt1/python/torch_mlir/jit_ir_importer/build_tools/abstract_interp_lib_gen.py
+15 −4 projects/pt1/python/torch_mlir/jit_ir_importer/build_tools/torch_ods_gen.py
+161 −0 projects/pt1/python/torch_mlir_e2e_test/test_suite/backprop.py
+55 −39 projects/pt1/python/torch_mlir_e2e_test/test_suite/conv.py
+82 −0 projects/pt1/python/torch_mlir_e2e_test/test_suite/elementwise.py
+75 −55 projects/pt1/python/torch_mlir_e2e_test/test_suite/matmul.py
+1 −1 python/torch_mlir/fx.py
+1 −1 pytorch-hash.txt
+1 −1 pytorch-requirements.txt
+2 −2 test/CAPI/torch.c
+80 −0 test/Conversion/TorchOnnxToTorch/simple_ops_g_to_p.mlir
+2 −6 test/Conversion/TorchToLinalg/convolution.mlir
+32 −0 test/Conversion/TorchToTosa/basic.mlir
+94 −0 test/Dialect/Torch/canonicalize.mlir
+17 −0 test/Dialect/Torch/simplify-shape-calculations.mlir
+1 −1 torchvision-requirements.txt

0 comments on commit bee3ab3

Please sign in to comment.