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

Project status #207

Open
lavyadrian opened this issue May 15, 2023 · 2 comments
Open

Project status #207

lavyadrian opened this issue May 15, 2023 · 2 comments

Comments

@lavyadrian
Copy link

lavyadrian commented May 15, 2023

I am considering using opencl for my application, and this tool is the closest I found for comfortable kernel debugging...So i'd like to know of this project is still being maintained.

Thanks for any answers.
edit: I intend to write kernels that will ultimately run on GPUs. Can programs debugged using oclgrind be considered safe for such use?

@jrprice
Copy link
Owner

jrprice commented May 22, 2023

i'd like to know of this project is still being maintained.

Yes, but it's not as regularly updated as I'd like. I try to keep on top of new bug reports and pull requests but am a little behind at the moment.

I intend to write kernels that will ultimately run on GPUs. Can programs debugged using oclgrind be considered safe for such use?

I'm not sure exactly what you mean by "safe", but Oclgrind can certainly find some of the more common issues that may cause problems on real GPUs (such as out-of-bounds memory accesses and barrier divergence).

@athas
Copy link

athas commented Jul 8, 2023

I do a lot of OpenCL debugging and oclgrind is completely indispensable. The data race detector (although memory hungry) is also a lifesaver. It may be that oclgrind does not change all that often, but neither does OpenCL. In fact, I often use oclgrind to debug code that will eventually run on CUDA, because I'm not aware of a comparably effective CUDA tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants