Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

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