Skip to content

Commit

Permalink
Update xfail
Browse files Browse the repository at this point in the history
  • Loading branch information
mgehre-amd committed Dec 16, 2024
1 parent 372f8be commit 266c06a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/pt1/e2e_testing/xfail_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
"UnfoldModule_basic",
# missing lowering from aten.pow.Tensor_Tensor for integer result
"PowIntIntModule_basic",
# unimplemented: only support cases where input and output size are equal for non-unit output size
"AdaptiveMaxPool1dDimOneStatic_basic",
"AdaptiveMaxPool1dDynamicNoBatch_basic",
"AdaptiveMaxPool1dDynamic_basic",
"AdaptiveMaxPool1dStatic_basic",
}

if torch_version_for_comparison() < version.parse("2.5.0.dev"):
Expand Down

0 comments on commit 266c06a

Please sign in to comment.