[OpenCL] __generic address space for CL2.0
Anastasia Stulova
anastasia.stulova at arm.com
Wed Nov 19 04:24:56 PST 2014
-----Original Message-----
From: aaron.ballman at gmail.com [mailto:aaron.ballman at gmail.com] On Behalf Of Aaron Ballman
Sent: 17 November 2014 19:02
To: Anastasia Stulova
Cc: llvm cfe
Subject: Re: [OpenCL] __generic address space for CL2.0
> I am not certain what "in the local to a work" means.
> I am not certain what "in the private to a work item" means.
In OpenCL there is such a thing as "work item" that is some sort of a thread executing a portion of work shared among multiple threads (that form work groups altogether).
So private/local to work item/group refers to a region of memory that is either accessible by one thread or a group of threads respectively.
Does it clarify a bit what I am trying to say?
Regards,
Anastasia
More information about the cfe-commits
mailing list