Altera_Forum
Honored Contributor
8 years agoSingle work item Task parallel OpenCL kernel
Hi, Does the following code, invokes the kernel to run like the attached image? or they runs one after another ?
clCreateCommandQueue(context, device, NULL, &status);
clEnqueueTask(command, task1, 0, NULL, &event1);
clEnqueueTask(command, task2, 0, NULL, &event1);
clEnqueueTask(command, task3, 0, NULL, &event1); https://alteraforum.com/forum/attachment.php?attachmentid=14715&stc=1