On 10/20/2015 11:41 PM, Cesar Philippidis wrote:
Was it this one that you're referring to Bernd? I think this is the patch that introduces the "oacc ganglocal" attribute. It has bitrot significantly though.
Yeah, the bits in nvptx.c are the ones I was referring to. Thanks!
What are you planning on using shared memory for? It's an extremely limited resource and it has some quirks.
Alexander wanted to allocate something in shared memory. I haven't really gotten around to looking at the code that would use it.
Bernd