Forum Discussion

PRavi7's avatar
PRavi7
Icon for New Contributor rankNew Contributor
6 years ago

Concurrent execution of two loops in OpenCL

Hi, I'm implementing a kernel in OpenCL which has two loops - Loop_a and Loop_b. Loop_a and Loop_b operations are totally independent of each other and hence can be executed concurrently. The code h...