Forum Discussion
Altera_Forum
Honored Contributor
8 years agoTake a look at the "Stream Data" section of this document (http://sa09.idav.ucdavis.edu/docs/sa09-opencl-dg-events-stream.pdf). Even though this is not true streaming, it will allow you to overlap computation and communication to emulate a similar behavior. I am not sure if you can achieve true streaming without the host channels.