cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

danbartlett
Journeyman III

Out-of-order command queues

Hi,

When are out-of-order command queues going to be allowed?

Am I right in thinking that at the moment, you need multiple command queues to run native kernels in parallel?

eg. clEnqueueNativeKernel(queues[0], ..., &events[0]); clEnqueueNativeKernel(queues[1], ..., &events[1]); clEnqueueNativeKernel(queues[2], ..., &events[2]); clEnqueueNativeKernel(queues[3], ..., &events[3]); clWaitForEvents(4, events);

0 Likes
1 Reply
genaganna
Journeyman III

Originally posted by: danbartlett@ntlworld.com Hi,

 

When are out-of-order command queues going to be allowed?

 

Am I right in thinking that at the moment, you need multiple command queues to run native kernels in parallel?

 

I feel it should work.  You can see whether these are working parallel or not by checking profile informantion.

0 Likes