From 701d09bb670606c9ff7130fa0b1a1d17ecda1c48 Mon Sep 17 00:00:00 2001 From: Muhammad Asif Manzoor Date: Wed, 11 Dec 2024 19:24:33 +0000 Subject: [PATCH] add nops/print for testing --- tt_torch/dynamo/backend.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tt_torch/dynamo/backend.py b/tt_torch/dynamo/backend.py index ac8d5eea..e0b0c5e7 100644 --- a/tt_torch/dynamo/backend.py +++ b/tt_torch/dynamo/backend.py @@ -318,6 +318,8 @@ def run_op(self, binary, *inputs): start = time.time() outputs = [None] while True: + print("just for testing") + print(process.is_alive()) if not process.is_alive(): break try: