Skip to content

Commit

Permalink
add nops/print for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mmanzoorTT committed Dec 11, 2024
1 parent b8eb9fc commit 701d09b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tt_torch/dynamo/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 701d09b

Please sign in to comment.