8000 cond is not supported on windows · pytorch/pytorch@ed1ae3c · GitHub
[go: up one dir, main page]

Skip to content

Commit ed1ae3c

Browse files
cond is not supported on windows
1 parent 9df7198 commit ed1ae3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functorch/test_aotdispatch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3262,6 +3262,7 @@ def fn(p, x):
32623262
aot_export_module(mod, [inp], trace_joint=True, output_loss_index=1)
32633263

32643264
@unittest.skipIf(not torch._dynamo.is_dynamo_supported(), "Cond needs dynamo to run")
3265+
@unittest.skipIf(not torch._dynamo.is_win32(), "Cond not supported on windows")
32653266
def test_aot_export_with_torch_cond(self):
32663267
class M(torch.nn.Module):
32673268
def __init__(self):

0 commit comments

Comments
 (0)
0