In OpenCL, how does the "default command queue" come to be used?
In OpenCL, we can perfom clSetDefaultDeviceCommandQueue() and pass some queue handle.
Ok, but then - where/how to do we see the effect of that? When / how does the defualt queue come into use?