Forum Discussion

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

writing and reading the same pipe in one kernel

Hi I want to write and read the same pipe in one kernel like this: channel float c0 __attribute__((depth(2))); __kernel void testkernel() { for(int i = 0; i < n; i ++){ page_ra...