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 1cb3b5d4ec0a0a5b386b9e59643a2a3959f1a0dc..cd24dd6ecb65b2f86fa70d163f56128c813226a4 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)