-
I want to run concurrent kernels using CUDA Streams and get statistics for each kernel individually. However, it looks like GPGPU-Sim runs all the kernels that can run together (i.e., kernels at the head of their respective streams) and prints out statistics for all of them together. Is it possible to get per-kernel statistics? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We are working on that right now actually. Theses will be merged to stream-stats soon. Then will be merged into dev and then release eventually. The stats are per stream on that branch. |
Beta Was this translation helpful? Give feedback.
We are working on that right now actually.
Please check
#166
and
accel-sim/gpgpu-sim_distribution#47
Theses will be merged to stream-stats soon. Then will be merged into dev and then release eventually.
The stats are per stream on that branch.