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);