Forum Discussion
Altera_Forum
Honored Contributor
10 years agoNDRange Channel Implementation
I'm having some problems with the execution of two kernels communicating via channels in the NDRange environment. Basically there are two kernels with different numbers of work-items and different w...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Have you considered the sequence of the work-item on real board ? OpenCL does not guarantee the sequence, but for simulation it is always fixed --- Quote End --- The order of execution shouldn't matter as I'm only using the first work item for the synchronization as follows: if(first work-item) { Blocking read from channel } barrier