Skip to content

Commit c55eaa5

Browse files
Update xfail set
1 parent 9ebf008 commit c55eaa5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

projects/pt1/e2e_testing/xfail_sets.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3427,12 +3427,6 @@
34273427
"ElementwiseBitwiseAndStaticShapeModule_basic",
34283428
}
34293429

3430-
if torch_version_for_comparison() >= version.parse("2.5.0.dev"):
3431-
ONNX_XFAIL_SET = ONNX_XFAIL_SET | {
3432-
# ERROR: value (Tensor with shape=[2, 3, 8, 20], dtype=torch.float32, min=+nan, max=+nan, mean=+nan) is not close to golden value (Tensor with shape=[2, 3, 8, 20], dtype=torch.float32, min=-2.394, max=+2.454, mean=-0.02828)
3433-
"ScaledDotProductAttentionBoolMaskModule_basic",
3434-
}
3435-
34363430
if torch_version_for_comparison() > version.parse("2.5.1"):
34373431
ONNX_XFAIL_SET = ONNX_XFAIL_SET | {
34383432
# error: 'memref.cast' op operand type 'memref<2x6x4x3xf32>' and result type 'memref<2x6x5x3xf32>' are cast incompatible

0 commit comments

Comments
 (0)