Altera_Forum
Honored Contributor
12 years agopointer aliasing
I am curious about how the Altera OpenCL compiler handles pointers. If I pass a piece of data into a function say an unsigned integer vector and then say something like
F0=*foo does OpenCL copy the value of foo into F0 a la C99 or does it alias the pointer with F0? -Aaron