Skip to content

Commit

Permalink
build: update llvm tag to 4189584
Browse files Browse the repository at this point in the history
Summary of changes:
- Update tags
  llvm: 4189584
  mhlo: 4726d31f7025da66de0dea709bd56c462edb83c2

Signed-Off By: Vivek Khandelwal <[email protected]>
  • Loading branch information
vivekkhandelwal1 committed Aug 2, 2023
1 parent fb52a73 commit a374c39
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
7 changes: 7 additions & 0 deletions e2e_testing/xfail_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,11 @@
"TupleModule_basic",
"NumpyTRank0Module_basic",
"Permute0RankModule_basic",
"Add_Module_basic",
"SoftmaxIntModule_basic",
"SoftmaxIntNegDimModule_basic",
"_LogSoftmaxModule_basic",
"_SoftmaxModule_basic",
}

MAKE_FX_TOSA_PASS_SET = (TOSA_PASS_SET | {
Expand Down Expand Up @@ -1210,6 +1215,8 @@
# Unimplemented operator 'aten._index_put_impl_.hacked_twin'
"IndexPutImpl1DFloatNonAccumulateModule_basic",
"IndexPutImpl1DIntNonAccumulateModule_basic",
# RuntimeError: The size of tensor a (7) must match the size of tensor b (3) at non-singleton dimension 1
"Add_Module_basic",
}

if torch_version_for_comparison() < version.parse("2.1.0.dev"):
Expand Down
2 changes: 1 addition & 1 deletion externals/llvm-project
Submodule llvm-project updated 7726 files
2 changes: 1 addition & 1 deletion externals/mlir-hlo
Submodule mlir-hlo updated 145 files
1 change: 0 additions & 1 deletion python/torch_mlir/dialects/TorchBinding.td
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#ifndef PYTHON_BINDINGS_TORCH_OPS
#define PYTHON_BINDINGS_TORCH_OPS

include "mlir/Bindings/Python/Attributes.td"
include "torch-mlir/Dialect/Torch/IR/TorchOps.td"

#endif // PYTHON_BINDINGS_TORCH_OPS
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ def invoke(*args):
"func.func(convert-math-to-llvm)",
# Handle some complex mlir::math ops (e.g. atan2)
"convert-math-to-libm",
"convert-linalg-to-llvm",
"expand-strided-metadata",
"finalize-memref-to-llvm",
"lower-affine",
Expand Down

0 comments on commit a374c39

Please sign in to comment.