Altera_Forum
Honored Contributor
10 years agoChannel problem
Hi There are two kernel functions to communicate with each other by using channels. __kernel void producer(...) { // N threads int sum = get_global_id(0); write_cha...