Forum Discussion
Altera_Forum
Honored Contributor
8 years agowriting 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...
Altera_Forum
Honored Contributor
8 years agoAre you unrolling your loops? Post your complete kernel since the snippet you have posted should compile correctly.