[LLVMdev] Address space extension
Michele Scandale
michele.scandale at gmail.com
Wed Aug 7 16:15:33 PDT 2013
On 08/08/2013 12:55 AM, Matt Arsenault wrote:
> On 08/07/2013 03:52 PM, Michele Scandale wrote:
>>
>> In the opencl specification is said that the four address spaces are
>> disjoint, so my conclusion of non aliasing with the others.
> In OpenCL 2.0, you can cast between the generic address space and
> global/local/private, so there's also that to consider.
>
Thanks for correction. My reference was the opencl 1.2 specification.
Considering the case of OpenCL 2.0 IMO we would have another address
space that contains the private, the global and the local address spaces.
-Michele
More information about the llvm-dev
mailing list