Forum Discussion
Altera_Forum
Honored Contributor
10 years agoAs long as you create one cl_program object per aocx binary file, all within the same context, then whenever you enqueue a kernel from those cl_program objects the OpenCL runtime will automatically reconfigure the FPGA if needed. You can do this all within the same program, and in fact the same thread.