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
When function calls use the passed cl_queue object, they risk an alternate thread releasing the queue before the function call is done, potentially breaking the application. Is it worth adding clRetainCommandQueue calls for that?