accel-sim / accel-sim-framework

This is the top-level repository for the Accel-Sim framework.
https://accel-sim.github.io
Other
294 stars 114 forks source link

Tracer missing kernels in latest dev on Ubuntu > 18.04 #289

Closed JRPan closed 6 months ago

JRPan commented 6 months ago

The tracer traces out every kernel (kernel-*.trace), but after post-processing, only the first kernel is processed. Other traceg files are empty.

This happened after the introduction of the compress feature. We are working on that right now. For now, please use commit 53da2df instead if you want to use the tracer. git checkout 53da2df

Thanks