radeon_gpu_profiler icon indicating copy to clipboard operation
radeon_gpu_profiler copied to clipboard

"Invalid counter data" collected by developer panel for opencl computing application

Open penglz opened this issue 3 years ago • 2 comments
trafficstars

image

Wondering if anyone has any successful experience in profiling openCL application for computing. The log file in developer panel is empty.

penglz avatar Oct 19 '22 09:10 penglz

Hi @penglz , If there was an issue, it probably has been fixed since then as collecting counters seem to work, at least for me. Only thing is that after the capture of the profile ends, the profile has to be finalized by the developer panel before being opened in the profiler.

Epliz avatar Apr 29 '23 08:04 Epliz

There is one case that I am aware of where the reported issue can occur. If the GPU buffer allocated by the driver to hold the counter data fills up, it is possible that you may see this error. If this is what is happening here, reducing the number of dispatches profiled may help.

chesik-amd avatar Jul 12 '23 19:07 chesik-amd