mcvine / acc

Accelerated mcvine engine
0 stars 1 forks source link

Script to benchmark performance using the source-guide-mon instrument #49

Closed yxqd closed 2 years ago

yxqd commented 2 years ago

The performance comparison between CPU and GPU https://github.com/mcvine/acc/blob/0b9f90c09f7b1b46a8923708cf4b48e61186ed16/tests/components/walltime-src_guide_mon.txt was obtained by running https://github.com/mcvine/acc/blob/0b9f90c09f7b1b46a8923708cf4b48e61186ed16/tests/components/test_src_guide_mon.py and https://github.com/mcvine/acc/blob/0b9f90c09f7b1b46a8923708cf4b48e61186ed16/tests/components/run_nonacc_src_guide_mon.py

Need a script to run them systematically, maybe on various CPU and GPU choices.

yxqd commented 2 years ago

This is resolved by #66 and #75