Skip to content
Snippets Groups Projects
Commit ea37b75d authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Making tuner_confs.txt path absolute

parent 8cc9670e
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class Benchmark:
src_file = os.getcwd() + "/" + working_dir + "/" + src_name # approxhpvm_src.cc"
target_binary = os.getcwd() + "/" + working_dir + "/" + binary_name # HPVM_binary"
approx_conf_file = "tuner_confs.txt"
approx_conf_file = os.getcwd() + "/" + working_dir + "/tuner_confs.txt"
FNULL = open(os.devnull, 'w')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment