You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run conv benchmark from Deepbench suite but I got this very weird and unusual error: accel-sim.out: ../abstract_hardware_model.h:1535: warp_inst_t** register_set::get_free(): Assertion `0 && "No free registers found"' failed.
It seems that there is not enough register for running this benchmark. However, I already ran range of benchmarks from parboil, rodinia, pannotia, polybench, ispass-2009 and all were in the same gpgpusim.config file.
Is it the case that I should increase the number of registers for Deepbench-conv benchmark ? Or the problem is the way I generated the trace file.
Thanks,
Ben
The text was updated successfully, but these errors were encountered:
Thanks for the issue. Since the Deepbench app has not been updated in years (https://github.com/baidu-research/DeepBench), we have decided to de-prioritize its problems and focus on getting more modern DNN applications to work in the suite. The current version of Deepbench is not compatible with modern CUDA. Support for Deepbench will be removed in the coming release.
Hi all,
I tried to run conv benchmark from Deepbench suite but I got this very weird and unusual error:
accel-sim.out: ../abstract_hardware_model.h:1535: warp_inst_t** register_set::get_free(): Assertion `0 && "No free registers found"' failed.
It seems that there is not enough register for running this benchmark. However, I already ran range of benchmarks from parboil, rodinia, pannotia, polybench, ispass-2009 and all were in the same gpgpusim.config file.
Is it the case that I should increase the number of registers for Deepbench-conv benchmark ? Or the problem is the way I generated the trace file.
Thanks,
Ben
The text was updated successfully, but these errors were encountered: