Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

Enqueuing multiple Writes (Host to FPGA DMA transfer) to the same kernel - OpenCL

Hi, I am currently trying to en-queue multiple writes to the same kernel by invoking clEnqueueWriteBuffer (pointing to the same buffer). I would like to know what sequence should I follow such tha...