when I use multiple kernel in opencl such that result of first kernel (K1) execution is input to second kernel (K2) execution,so two questions are:
- The event should be different for each kernel or should be same for each kernel?
- The command queue should be different for each kernel or should be same for each kernel?
Thanks.