srvm/cupti_profiler

replay kernel to collect all necessary information

Opened this issue · 0 comments

Hi,

cupti_profiler is very useful tool and nice example.

I would like to ask you if you can include the "cuptiEnableKernelReplayMode" in your code. I observed that if I am asking for a lot of events, it does not return them unless I am re-executing the kernel in a loop. Depending on how much information I am asking from CUPTI I have to increase also the number of iterations.

I found this feature in CUPTI documentation mentioned as "cuptiEnableKernelReplayMode". I tried to include but it did not work.

Let me know if you have any suggestion.

Best,

Sotirios