Skip to content

Commit 4fa2786

Browse files
authored
autotuner: fix global args
Signed-off-by: Song Luar <[email protected]>
1 parent 56cce51 commit 4fa2786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/AutoTuner/src/autotuner/distributed.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@ def sweep():
597597

598598

599599
def main():
600+
global args, SDC_ORIGINAL, FR_ORIGINAL, LOCAL_DIR, INSTALL_PATH, ORFS_FLOW_DIR, config_dict, reference, best_params
600601
args = parse_arguments()
601602

602603
# Read config and original files before handling where to run in case we

0 commit comments

Comments
 (0)