clEnqueueTask() failed with error code CL_INVALID_COMMAND_QUEUE.
Hello, I am implementing channel in multi-kernel application. There are 5 single task kernel assume named K1, K2, K3, K4 and K5. There are called Following sequence K1 K1 K2 K3 K4 K4. I am creating...