Skip to content

Commit

Permalink
#0: Fix unbound local error issue (#14795)
Browse files Browse the repository at this point in the history
  • Loading branch information
umadevimcw authored Nov 7, 2024
1 parent a7905f1 commit 62255a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tt_metal/tools/profiler/process_ops_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ def append_device_data(ops, traceReplays, logFolder):
devicesOps, hasTraceRuns = get_device_op_data(ops)
logger.info(f"Appending device data")
deviceTimesLog = os.path.join(logFolder, PROFILER_DEVICE_SIDE_LOG)
traceOps = {}
if os.path.isfile(deviceTimesLog):
setup = device_post_proc_config.default_setup()
setup.deviceInputLog = deviceTimesLog
Expand Down

0 comments on commit 62255a8

Please sign in to comment.