Forum Discussion
Altera_Forum
Honored Contributor
10 years agoChannel Deadlock Debugging
I've developed a design in which there are 4 NDRange kernels all running concurrently on the FPGA and communicating with each other via the Altera OpencL Channels extension. There are many channels i...
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Hello, now I met the same problem with you! Have you solved your problem?How?Thanks!! --- Quote End --- If you see my previous post, I could solve the issue by re-ordering how the data is taken out of the pipes/channels. Unfortunately due to how my kernels were required to execute I abandoned this design and moved towards one that used local memory to transfer data.