Altera_Forum
Honored Contributor
9 years agoOpenCL design without a host
I'm quite new to OpenCL.
Is it possible to create an OpenCL kernel design without the need for a host ? watching the latest OpenCL tutorials for AOCL SDK 16.1 suggest kernels can now be started automatically, and doesn't need to be started by the host ? All we want to do is create a component with its behaviour described in OpenCL ! so basically the OpenCL kernel is the component. Data in and out of the OpenCL component would be via streaming data i.e Avalon-ST. Is this possible ?