|
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? |
Answered by
JRPan
Mar 29, 2023
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. |
0 replies
Answer selected by
Sacusa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.