Forum Discussion
Altera_Forum
Honored Contributor
11 years agoHi,
I found this information from: "Implementing Buffered Channels Using the depth Channels Attribute" in http://www.altera.com/literature/hb/opencl-sdk/aocl_programming_guide.pdf All that is needed is the depth attribute. Here is an example: channel int c __attribute__((depth(10)));