Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion test/xpu/functorch/test_control_flow_xpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -9628,7 +9628,6 @@ def false_fn(x, y):


@skipIfTorchDynamo("We don't expect users to torch.compile hop schema generation.")
@unittest.skipIf(IS_WINDOWS, "Windows not supported for this test")
class TestHopSchema(TestCase):
def _get_example_val(self, ty: str):
from torch.fx.experimental.sym_node import SymNode
Expand Down
Loading