Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
penglz opened this issue Oct 19, 2022 · 2 comments
Labels

Comments

@penglz
Copy link

penglz commented Oct 19, 2022

image

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

@Epliz
Copy link

Epliz commented Apr 29, 2023

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.

@chesik-amd
Copy link
Contributor

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 chesik-amd added the bug label Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants