Forum Discussion
tde_m
Occasional Contributor
7 years agoMultiple read/write from channels
Hello, I've two kernels: a producer (that generates a stream of float numbers) and a consumer (that read the numbers and compute the sum): #define W 32
channel float channel_float __attribute__((d...
tde_m
Occasional Contributor
7 years agoOk, i see.
Multiple channels may work, but I have to keep their number low (at least, this is what Intel documentation states).
Thanks