Skip to content

Commit

Permalink
xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
mgehre-amd committed Jan 28, 2025
1 parent 6c213d7 commit 8e6a9e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/pt1/e2e_testing/xfail_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,8 @@
"ChunkListUnpackUnevenDynamic_Module_basic",
"ChunkListUnpackUneven_Module_basic",
"ChunkListUnpack_Module_basic",
"ElementwiseRreluWithNoiseTrainModule_basic",
"ElementwiseRreluWithNoiseTrainStaticModule_basic",
"SplitTensorGetItem_Module_basic",
"SplitTensorLastSmallerModule_basic",
"SplitTensorListUnpackModule_basic",
Expand Down Expand Up @@ -555,10 +557,6 @@
FX_IMPORTER_XFAIL_SET |= {
"AtenSubFloatModule_basic",
"ElementwiseAddScalar_NumToTensorFloat_Module_basic",
"ElementwiseRreluEvalModule_basic",
"ElementwiseRreluEvalStaticModule_basic",
"ElementwiseRreluTrainModule_basic",
"ElementwiseRreluTrainStaticModule_basic",
"EqIntModule_basic",
"GeFloatModule_basic",
"GtIntModule_basic",
Expand Down Expand Up @@ -4034,6 +4032,8 @@
FX_IMPORTER_TOSA_XFAIL_SET |= {
"ElementwiseAddScalar_NumToTensorFloat_Module_basic",
"ElementwiseLogSigmoidModule_basic",
"ElementwiseRreluTrainModule_basic",
"ElementwiseRreluTrainStaticModule_basic",
"ElementwiseRreluWithNoiseTrainModule_basic",
"ElementwiseRreluWithNoiseTrainStaticModule_basic",
"NumToTensorFloatModule_basic",
Expand Down

0 comments on commit 8e6a9e0

Please sign in to comment.