Closed mahmoodn closed 3 years ago
OK. It seems that the problems is related to gcc-9.3 similar to this issue.
I found that if gpgpusim is built in debug mode, there is no problem. Only in release version, it throws segmentation fault.
ok, looks weird. not sure why it fails with gcc 9.1. It is on our to do list. If you figure it out, feel free to PR the fix and we will accept it.
Hi @mkhairy May I know the logic of this function which should return something but actually doesn't return anything?
trace_warp_inst_t *set_kernel(trace_kernel_info_t *kernel_info) {
m_kernel_info = kernel_info;
}
Just want to know if it is safe to set that as void
or I misunderstand something.
Hi With the dev branch, I have created a trace for parboil/sgemm on 3080 and everything looks fine. However, the following simulator command fails with a segmentation fault.
I would like to narrow the problem and see if that is related to an incomplete configuration file, or the trace or the simulator itself? NVBit 1.5.3 supports SM86 and it is fetched by the install script in accel-sim. Although I used 3070 configuration file, I doubt if that is related to the different physical trace and simulation configuration.