Forum Discussion

Ian_Miller's avatar
Ian_Miller
Icon for New Contributor rankNew Contributor
4 years ago

Optimising local memory access

I am trying to work out precisely what I need to do to achieve best possible performance for accessing local memory in a DPC++ kernel. I am working from the "Accessing Work-Group Local Memory" in c...