mirror of https://github.com/llvm/torch-mlir
Update IREE xfail sets.
All tests pass after https://github.com/google/iree/pull/6666 :)pull/278/head
parent
6105b0f851
commit
37df45ded4
|
@ -21,13 +21,7 @@ _common_npcomp_lowering_xfails = {
|
|||
|
||||
XFAIL_SETS['refbackend'] = _common_npcomp_lowering_xfails
|
||||
|
||||
XFAIL_SETS['iree'] = _common_npcomp_lowering_xfails | {
|
||||
# https://github.com/google/iree/issues/6629
|
||||
'Conv2dWithPaddingModule_basic',
|
||||
'Conv2dWithPaddingDilationStrideModule_basic',
|
||||
'ResNet18Module_basic',
|
||||
'MaxPool2dModule_basic',
|
||||
}
|
||||
XFAIL_SETS['iree'] = _common_npcomp_lowering_xfails
|
||||
|
||||
XFAIL_SETS['torchscript'] = {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue