From 41597f90e2667dbafa63e7543e868899a3b05a73 Mon Sep 17 00:00:00 2001 From: Matthias Gehre Date: Fri, 4 Oct 2024 11:21:38 +0200 Subject: [PATCH] Update xfail --- projects/pt1/e2e_testing/xfail_sets.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/pt1/e2e_testing/xfail_sets.py b/projects/pt1/e2e_testing/xfail_sets.py index ce6c578b19d1..d153ac52c567 100644 --- a/projects/pt1/e2e_testing/xfail_sets.py +++ b/projects/pt1/e2e_testing/xfail_sets.py @@ -1622,6 +1622,8 @@ # Write the TOSA set as a "passing" set as it is very early in development # and very few tests work yet. TOSA_PASS_SET = { + "AtenHannWindowPeriodicFalseModule_basic", + "AtenHannWindowPeriodicTrueModule_basic", "ArgmaxKeepdimModule_basic", "MeshgridIndexingIJ_basic", "MeshgridIndexingXY_basic", @@ -1644,6 +1646,7 @@ "GroupNormNoWeightAndBiasModule_basic", "NativeGroupNormModule_basic", "AtenDotModule_basic", + "ElementwiseCosModule_basic", "ElementwiseFloatTensorGtIntScalarModule_basic", "ElementwiseLogSigmoidModule_basic", "ElementwiseTernaryStaticShapeModule_basic", @@ -1651,6 +1654,7 @@ "ElementwiseTruncIntModule_basic", "ElementwiseSgnModule_basic", "ElementwiseSignIntModule_basic", + "ElementwiseSinModule_basic", "AdaptiveAvgPool2dNonUnitOutputSizeStaticModule_basic", "AdaptiveAvgPool2dUnitOutputSizeStaticModule_basic", "AdaptiveAvgPool2dOutputSizeDivisibleByInputStaticModule_basic",