Altera_Forum
Honored Contributor
7 years agoTwo kernels on the same Device
Hi again!
I want to have two kernels that one starts over the other (not parallel/concurrent). This restriction is imposed because kernel1 and kernel will share the same buffer. So, kernel1 starts do its operations and update the buffer, then instead of coming back to the host, i want to send a flag from kernel1 to the kernel2 by a channel saying that kernel1 finished and kernel2 must start. Do i have to got two command queues for each kernel? Thanks in advance