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} ...