cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

boxerab
Challenger

Do any AMD cards support out-of-order opencl queues ?

I want to queue two kernels: first kernel is waiting for another event, and the second kernel is not.

So, I would like the second kernel to execute first, if possible.

Thanks.

0 Likes
1 Solution
dipak
Big Boss

I don't think out-of-order execution is supported yet for host-side command queue. However, for the above purpose, you can use two separate queues to launch two kernels.

Regards,

View solution in original post

0 Likes
1 Reply
dipak
Big Boss

I don't think out-of-order execution is supported yet for host-side command queue. However, for the above purpose, you can use two separate queues to launch two kernels.

Regards,

0 Likes