Altera_Forum
Honored Contributor
9 years agostream applications
Hello,
I'm new on OpenCL and Altera HLS. Do you know (and do you have any example) on how I can implement a stream application? In other words, I want that the host constantly send some data to the kernels and constantly collect the output results. Kernels should be always actives. This require a shift from the accelerator based paradigm (my understanding) imposed by OpenCL. Thanks!