Forum Discussion
HRZ
Frequent Contributor
6 years agoChannels are implemented using register and Block RAMs on the FPGA. The maximum channel size is limited by the amount of such resources available on your FPGA. This is essentially in the order of a few Megabytes. You should not use channels for storing data; they are made for streaming data from one kernel to another.
- hiratz6 years ago
Occasional Contributor
I see. Thank you, HRZ!
It looks like that no effective communication optimizations can be used for a large problem size except the global memory.