Skip to content

Commit

Permalink
build: update llvm tag to ba8b8a7 (llvm#1856)
Browse files Browse the repository at this point in the history
* build: update llvm tag to ba8b8a7

* skip ConvolutionModule2DGroups_basic
  • Loading branch information
Tanyo Kwok authored Feb 7, 2023
1 parent 3e60e60 commit 3ebe5a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions e2e_testing/xfail_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
# https://github.com/pytorch/pytorch/issues/89629
"ConvolutionBackwardModule2DPadded_basic",
"ConvolutionBackwardModule2D_basic",

# error: 'tensor.expand_shape' op expected dimension 0 of collapsed type to be dynamic since one or more of the corresponding dimensions in the expanded type is dynamic
# https://github.com/llvm/torch-mlir/issues/1859
"ConvolutionModule2DGroups_basic",

# RuntimeError: Index tensor must have the same number of dimensions as self tensor
# RuntimeError: Failed running call_function aten.nll_loss_backward(...
# https://github.com/pytorch/pytorch/issues/89630
Expand Down
2 changes: 1 addition & 1 deletion externals/llvm-project
Submodule llvm-project updated 3614 files
2 changes: 1 addition & 1 deletion externals/mlir-hlo
Submodule mlir-hlo updated 117 files

0 comments on commit 3ebe5a5

Please sign in to comment.