Forum Discussion
Altera_Forum
Honored Contributor
10 years agoHow can I use local memory.
I read Optimizing Local Memory Accesses of Altera SDK for OpenCL Best Prasctices Guides. and I can see that I can use local memory used by clSetKernelArg. so I write my source as below ...
TJone2
New Contributor
7 years agoWhat is irritating about this thread is the OP is correct that having __local memory pointers on the kernel interface makes no sense since the host cannot stuff data into local memory under the Altera/Intel regime. But no where is this said and there is even and example of a kernel with __local pointer arguments in the programming spec.