Altera_Forum
Honored Contributor
8 years agoopencl pipe question
I would like to use pipe to store the data produced from kernel 1 and use it in kernel 2.
The NDRange setting in kernel 1 is WorkSize[3] = {56, 56, 96} WorkGroupSize[3] = {14, 14, 1} kernel 1 will produce 56*56*96 data and be used in kernel 2 Each work group in kernel 1 produce 14*14*1 data. can it realized in opencl pipe? Thanks, Matt