accel-sim / gpu-app-collection

A repository where GPU applications are aggregated using a common build flow that supports multiple CUDA versions.
44 stars 32 forks source link

try to generate traces for NAS benchmark suite #19

Open beneslami opened 1 year ago

beneslami commented 1 year ago

Hi.

I tired to generate traces for the benchmarks in NAS suite but the command ./util/tracer_nvbit/run_hw_trace.py -B NAS -D 0 generates segmentation fault for every benchmark. But when I run the executable files of benchmarks, they run without seg fault.

https://github.com/GMAP/NPB-GPU

I was wondering if AccelSim does support NAS benchmark suite ?

Thanks,

cesar-avalos3 commented 1 year ago

Tracing from the tool seems to work, at least with CG.W. Maybe there's a bug with run_hw_trace.py, or with other workload apart from CG, would you happen to have a define_all_apps.yml with NAS defined on it?

beneslami commented 1 year ago

Hi @cesar-avalos3

Yes, I did all necessary things from the trace generator side. But it seems the problem is in the code itself. So, I gave up working on this suite.