Skip to content

Commit

Permalink
Enable DynamoInferenceBasicTest.test_simple_model_with_different_inpu…
Browse files Browse the repository at this point in the history
…t_shape
  • Loading branch information
wonjoolee95 committed Jul 6, 2023
1 parent 2626e03 commit dbb30cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/dynamo/test_dynamo.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def test_simple_model(self):
res_cpu_3 = self.fn_simple(x + y, y * 3)
self.assertTrue(torch.allclose(res_cpu_3, res_xla_dynamo_3.cpu()))

@unittest.skip("currently failing at head")
def test_simple_model_with_different_input_shape(self):
met.clear_counters()
device = xm.xla_device()
Expand Down

0 comments on commit dbb30cd

Please sign in to comment.