owensgroup / SlabHash

A warp-oriented dynamic hash table for GPUs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple benchmarking Problem

QiZhou1512 opened this issue · comments

After the code has been compiled successfully, I tried to run the simple benchmark python3 ../bench/bencher.py -m 0 -d 0 but it gives me this error:

python3 ../bench/bencher.py -m 0 -d 0
intermediate results stored at: ../build/bench_result/out_2019-06-21_10:12:53.438823.json
mode = 0
=== Started benchmarking ...
=== Done!
Traceback (most recent call last):
File "../bench/bencher.py", line 230, in
main(sys.argv[1:])
File "../bench/bencher.py", line 218, in main
analyze_singleton_experiment(input_file)
File "../bench/bencher.py", line 9, in analyze_singleton_experiment
with open(input_file) as json_file:
FileNotFoundError: [Errno 2] No such file or directory: '../build/bench_result/out_2019-06-21_10:12:53.438823.json'

What GPU architecture do you have?