You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have more than one display cards, all the examples in forge/examples/opencl will fail.
A temporary workaround is to modify createCLGLContext in cl_helpers.h so that cl::Context always use the last device instead of the first device. But it is not a solution at all.
The text was updated successfully, but these errors were encountered:
3togo
changed the title
[BUG] createGLBuffer and copyToGLBuffer does not point to the same device
[BUG] createGLBuffer and copyToGLBuffer do not point to the same device
Apr 20, 2023
If you have more than one display cards, all the examples in forge/examples/opencl will fail.
A temporary workaround is to modify createCLGLContext in cl_helpers.h so that cl::Context always use the last device instead of the first device. But it is not a solution at all.
The text was updated successfully, but these errors were encountered: