8000 add back cond · pytorch/pytorch@ec13655 · GitHub
[go: up one dir, main page]

Skip to content

Commit ec13655

Browse files
add back cond
1 parent e2513fd commit ec13655

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functorch/test_aotdispatch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3262,7 +3262,6 @@ 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(torch._dynamo.is_win32(), "Cond not supported on windows")
32663265
def test_aot_export_with_torch_cond(self):
32673266
class M(torch.nn.Module):
32683267
def __init__(self):

0 commit comments

Comments
 (0)
0