Skip to content

Commit

Permalink
Merge branch 'bump_to_fbb0db17' into bump_to_b35675a7
Browse files Browse the repository at this point in the history
  • Loading branch information
mgehre-amd authored Oct 4, 2024
2 parents a963f55 + eda7057 commit 99e00ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/pt1/e2e_testing/xfail_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2344,8 +2344,6 @@
"RepeatInterleaveSelfIntModule_basic",
"RenormModuleFloat32NegativeDim_basic",
"RenormModuleFloat32_basic",
"ScaledDotProductAttentionBoolMaskModule_basic",
"ScaledDotProductAttentionDifferentCausalModule_basic",
}
) - {
### Test failing in make_fx_tosa but not in tosa
Expand Down Expand Up @@ -2386,6 +2384,8 @@

if torch_version_for_comparison() < version.parse("2.5.0.dev"):
MAKE_FX_TOSA_PASS_SET = MAKE_FX_TOSA_PASS_SET | {
"ScaledDotProductAttentionBoolMaskModule_basic",
"ScaledDotProductAttentionDifferentCausalModule_basic",
"ScaledDotProductAttentionDifferentModule_basic",
"ScaledDotProductAttentionMaskModule_basic",
"ScaledDotProductAttentionSameModule_basic",
Expand Down

0 comments on commit 99e00ef

Please sign in to comment.