Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
8 years ago

OpenCL Channel and memory ordering

Are there any rules for ordering between channel writes and memory writes (and reads)? I am trying to write a pair of values, one to a channel and one to memory. The other kernel reads from the chann...