Altera_Forum
Honored Contributor
8 years agoM20K RAM block usage question
Suppose there are 8 workgroups, each workgroup contains 8 work items.
I declare local memory in kernel function. __local float A[1000]; if I copy data from global memory, this kind of behavior will increase M20K RAM block usages? the total M20K is not "local memory size * workgroup number"? A[1000] * 8 for (...) { A[] = data from global memory } Thanks