diff --git a/e2e_testing/xfail_sets.py b/e2e_testing/xfail_sets.py index a21be1517..41f490dc4 100644 --- a/e2e_testing/xfail_sets.py +++ b/e2e_testing/xfail_sets.py @@ -26,6 +26,11 @@ TORCHDYNAMO_XFAIL_SET = { # 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 diff --git a/externals/llvm-project b/externals/llvm-project index e31ee6417..ba8b8a73f 160000 --- a/externals/llvm-project +++ b/externals/llvm-project @@ -1 +1 @@ -Subproject commit e31ee6417c33a6e2f0e8440b1a86d5365279ad68 +Subproject commit ba8b8a73fcb6b830e63cd8e20c6e13b2a14d69bf diff --git a/externals/mlir-hlo b/externals/mlir-hlo index c2a6f4064..d5a2c51fd 160000 --- a/externals/mlir-hlo +++ b/externals/mlir-hlo @@ -1 +1 @@ -Subproject commit c2a6f4064d426567b9ef7b0d29d5ab86dc7b2b02 +Subproject commit d5a2c51fd78cca9dd91611137cc3d3e89ddf6aa9