Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Easiest solution is to put all of your code in one kernel, remove all the channels, and use local memory buffers instead. --- Quote End --- Now I have remove all the channels and use local memory buffers instead, the same as you say. But after I finish debug this version, I also want to try use channels, to see if use channels can increace performance. Is it necessary to do that I think?