From 37df45ded4006c27a66fc1810872dafbbce9bec2 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 11 Aug 2021 11:11:13 -0700 Subject: [PATCH] Update IREE xfail sets. All tests pass after https://github.com/google/iree/pull/6666 :) --- frontends/pytorch/e2e_testing/torchscript/xfail_sets.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/frontends/pytorch/e2e_testing/torchscript/xfail_sets.py b/frontends/pytorch/e2e_testing/torchscript/xfail_sets.py index 6151714da..5e5a6a6c5 100644 --- a/frontends/pytorch/e2e_testing/torchscript/xfail_sets.py +++ b/frontends/pytorch/e2e_testing/torchscript/xfail_sets.py @@ -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'] = {}