From af5f9762924c189fe580f44364a18e8d9b86688b Mon Sep 17 00:00:00 2001 From: Akash Kothari <akashk4@tyler.cs.illinois.edu> Date: Mon, 14 Dec 2020 16:45:19 -0600 Subject: [PATCH] Add a bug fix in the script --- llvm/test/VISC/DNN_Benchmarks/benchmarks/run_dnn_pred.py | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/VISC/DNN_Benchmarks/benchmarks/run_dnn_pred.py b/llvm/test/VISC/DNN_Benchmarks/benchmarks/run_dnn_pred.py index 1cb3b5d4ec..cd24dd6ecb 100644 --- a/llvm/test/VISC/DNN_Benchmarks/benchmarks/run_dnn_pred.py +++ b/llvm/test/VISC/DNN_Benchmarks/benchmarks/run_dnn_pred.py @@ -33,6 +33,7 @@ def read_and_write_config (config_file, config_num, temp_file): continue if conf in line: read_config = True + config = config + "+++++\n" config = config + line print("config: ") print(config) -- GitLab