Forum Discussion
23 Replies
- Altera_Forum
Honored Contributor
--- 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? - Altera_Forum
Honored Contributor
--- Quote Start --- 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? --- Quote End --- You can try but based on my experience, channels not only don't increase performance, they also increase area usage considerably. - Altera_Forum
Honored Contributor
--- Quote Start --- 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? --- Quote End --- Hello, I was wondering, whether you were successful in running the kernel in channel configuration, I would like to follow your work, please keep us posted. Thanks