Forum Discussion
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