Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHow to reduce M20K usage ?
Hi, I have problem when read some data from global memory.
typdef struct{
float data
} vector_line;
typdef struct{
vector_line lane
} channel_vec;
__kernel
void ReadBlock(
__global c...
Altera_Forum
Honored Contributor
8 years agoThere is no such option in OpenCL. The OpenCL compiler by default optimizes your code for the highest throughput, and uses as much area as possible to achieve this goal.