File tree 1 file changed +0
-6
lines changed
onnxscript/tests/function_libs/torch_lib
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -1692,9 +1692,6 @@ def _where_input_wrangler(
1692
1692
nn_ops .aten_scaled_dot_product_attention ,
1693
1693
trace_only = True ,
1694
1694
)
1695
- .skip (
1696
- reason = "fixme: ORT crashes on Windows, segfaults randomly on Linux" ,
1697
- )
1698
1695
.skip (
1699
1696
matcher = lambda sample : (attn_mask := sample .kwargs .get ("attn_mask" )) is not None
1700
1697
and attn_mask .dtype == torch .bool ,
@@ -1709,9 +1706,6 @@ def _where_input_wrangler(
1709
1706
nn_ops .aten_scaled_dot_product_attention_bool_mask ,
1710
1707
trace_only = True ,
1711
1708
)
1712
- .skip (
1713
- reason = "fixme: ORT crashes on Windows, segfaults randomly on Linux" ,
1714
- )
1715
1709
.skip (
1716
1710
matcher = lambda sample : (attn_mask := sample .kwargs .get ("attn_mask" )) is not None
1717
1711
and attn_mask .dtype != torch .bool ,
You can’t perform that action at this time.
0 commit comments