Forum Discussion
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 t...
Altera_Forum
Honored Contributor
9 years agoHi,
Yes it is possible. You will need a kernel of type task. There is some information about that in the best practices guide (https://www.altera.com/content/dam/altera-www/global/en_us/pdfs/literature/hb/opencl-sdk/aocl_optimization_guide.pdf). Search for "Single Work-Item Execution" and it should get you to the section highlighting the differences with an NDRange kernel. Let us know if you need more information.