Skip to content

Commit

Permalink
remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCaoG committed Mar 25, 2024
1 parent b97417d commit 748e713
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 @@ -124,7 +124,6 @@ def test_simple_model(self):
xla_y3 = xla_y * 3
res_xla_dynamo_3 = fn_simple_dynamo(xla_xy, xla_y3)
res_cpu_3 = self.fn_simple(x + y, y * 3)
breakpoint()
self.assertTrue(torch.allclose(res_cpu_3, res_xla_dynamo_3.cpu()))
# executing the compiled function should only materalize input XLATensor
self.assertIn('XLAData: None',
Expand Down

0 comments on commit 748e713

Please sign in to comment.