Skip to content

Commit

Permalink
update xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyunqu committed Jul 16, 2024
1 parent b24bff4 commit 87683e0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions projects/pt1/e2e_testing/xfail_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,10 @@
}

STABLEHLO_PASS_SET = {
"Conv2dBiasNoPaddingModule_basic",
"Conv2dNoPaddingModule_basic",
"Conv2dWithPaddingDilationStrideModule_basic",
"Conv2dWithPaddingModule_basic",
"AddCDivModule_basic",
"AddCMulModule_basic",
"Add_MixPModule_basic",
Expand Down Expand Up @@ -1618,6 +1622,9 @@
# stablehlo intrepreter crash
"ElementwiseDivTensorUnsignedIntegerModule_basic",
"ScatterValueFloatModule_basic",
"ScatterValueIntModule_basic",
"UnsafeViewCollapseDynamicWithAtenSizeIntModule_basic",
"ViewCollapseDynamicWithAtenSizeIntModule_basic",
}

# Write the TOSA set as a "passing" set as it is very early in development
Expand Down

0 comments on commit 87683e0

Please sign in to comment.