Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple benchmarking Problem #7

Open
QiZhou1512 opened this issue Jun 21, 2019 · 1 comment
Open

Simple benchmarking Problem #7

QiZhou1512 opened this issue Jun 21, 2019 · 1 comment

Comments

@QiZhou1512
Copy link

QiZhou1512 commented Jun 21, 2019

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'

@sashkiani
Copy link
Collaborator

What GPU architecture do you have?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants