Forum Discussion
Altera_Forum
Honored Contributor
12 years agoKeep in mind that if your kernel attempts to read from __constant memory and the contents are not already cached, the latency to fetch the data from global memory will be much higher. In general I only use __constant memory if I know the entire buffer will fit into the constant cache.