I'm concerned about area usage if multiple kernels are used. If I understand correctly, if an OpenCL source file contains multiple kernel functions, all of the kernels will be instantiated simultaneously on the FPGA, even if only one of them may be used at one time. Is this correct?
↧