Is it possibile in OpenCL to wait for an event that has not been returned by clEnqueueNDRangeKernel yet?

后端 未结 0 1107
迷失自我
迷失自我 2021-01-31 03:18

Let\'s say there are two Command Queues and I want to synchronize them using events. It can be done like this:

cl_event event1;
clEnqueueNDRangeKernel(queue1, <         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题