Forum Discussion
Altera_Forum
Honored Contributor
8 years agoMulti kernel function local memory resource
I would like to implement CNN using OpenCL and run on FPGA. The CNN implementation will contain 4 kernel function layer1_kernel, supposed allocate 1 MB local memory layer2_kernel, supposed all...
Altera_Forum
Honored Contributor
8 years agoThanks for your reply.
the FPGA will need to be reconfigured each time you call a new kernel. ==>Do you mean that I need to call the following function again? getBoardBinaryFile() clCreateCommandQueue() clCreateKernel() clEnqueueNDRangeKernel() Thanks, Matt