Quantcast
Channel: Altera Forums
Viewing all articles
Browse latest Browse all 19390

Single work item Task parallel OpenCL kernel

$
0
0
Hi, Does the following code, invokes the kernel to run like the attached image? or they runs one after another ?

Code:

clCreateCommandQueue(context, device, NULL, &status);
clEnqueueTask(command, task1, 0, NULL, &event1);
clEnqueueTask(command, task2, 0, NULL, &event1);

clEnqueueTask(command, task3, 0, NULL, &event1);

Attached Images

Viewing all articles
Browse latest Browse all 19390

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>