-
Notifications
You must be signed in to change notification settings - Fork 122
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
Debug.Assert is not take effect on opencl #1049
Comments
Hi @tianmafly, welcome to the ILGPU community. Thank your for submitting this issue. Indeed, the OpenCL accelerator does not support debug assertions and interop output, in general. You can still verify your algorithms using the CPU accelerator by choosing the appropriate virtual device configuration to match your target accelerators. However, we consider supporting those functions in one of the next releases. |
thank you. But I find this. Does it mean that Debug.Assert can be used with gpu of Opencl? |
Thanks for your response regarding this topic. It's important to be precise when discussing the implications of supporting certain aspects. ILGPU lowers the Regarding @NullandKale we should properly adapt the documentation to explicitly mention that debug assertions are not supported on OpenCL at the moment. |
@m4rs-mt, hi, just saw this. I'm not sure right off the bat but I'll try to get back to you with something soon. |
There are no discrete graphics. The integrated graphics is Intel(R) UHD Graphics. The Debug.Assert take effect when use the cpu accelerator. But the Debug.Asset take no effect when use the opencl accelerator. Is something wrong? thanks.
The text was updated successfully, but these errors were encountered: