From 748e713723dc39ddd476a8cb164bda3997564bb5 Mon Sep 17 00:00:00 2001 From: JackCaoG Date: Mon, 25 Mar 2024 18:50:00 +0000 Subject: [PATCH] remove breakpoint --- test/dynamo/test_dynamo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/dynamo/test_dynamo.py b/test/dynamo/test_dynamo.py index 4acc12775aa..27daaca4161 100644 --- a/test/dynamo/test_dynamo.py +++ b/test/dynamo/test_dynamo.py @@ -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',