Forum Discussion
Altera_Forum
Honored Contributor
12 years agoSo if I'm memory block limited, and I can't change my algorithm to use fewer (local) barriers, I can 1) shrink the work-group size so the buffers will be smaller, or 2) change my algorithm to use less local memory? Are there any other memory block pressures?
When you say typically, does that mean that registers can be used for these buffers? Or global memory?