mirror of https://github.com/llvm/torch-mlir
build: update llvm tag to ba8b8a73f (#1856)
* build: update llvm tag to ba8b8a73f * skip ConvolutionModule2DGroups_basicpull/1846/head
parent
3e60e6021f
commit
3ebe5a5a67
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e31ee6417c33a6e2f0e8440b1a86d5365279ad68
|
||||
Subproject commit ba8b8a73fcb6b830e63cd8e20c6e13b2a14d69bf
|
|
@ -1 +1 @@
|
|||
Subproject commit c2a6f4064d426567b9ef7b0d29d5ab86dc7b2b02
|
||||
Subproject commit d5a2c51fd78cca9dd91611137cc3d3e89ddf6aa9
|
Loading…
Reference in New Issue