Update IREE xfail sets.

All tests pass after https://github.com/google/iree/pull/6666 :)
pull/278/head
Sean Silva 2021-08-11 11:11:13 -07:00
parent 6105b0f851
commit 37df45ded4
1 changed files with 1 additions and 7 deletions

View File

@ -21,13 +21,7 @@ _common_npcomp_lowering_xfails = {
XFAIL_SETS['refbackend'] = _common_npcomp_lowering_xfails XFAIL_SETS['refbackend'] = _common_npcomp_lowering_xfails
XFAIL_SETS['iree'] = _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['torchscript'] = {} XFAIL_SETS['torchscript'] = {}