Displaying 5 results from an estimated 5 matches for "opencladdressspace".
2011 Feb 21
3
[LLVMdev] [PATCH] OpenCL support - update on keywords
> > > > +enum OpenCLAddressSpace {
> > > > + OPENCL_PRIVATE = 0,
> > > > + OPENCL_GLOBAL = 1,
> > > > + OPENCL_LOCAL = 2,
> > > > + OPENCL_CONSTANT = 3
> > > > +};
> -----Original Message-----
> From: Villmow, Micah [mailto:Micah.Villmow at amd.com]
>
>...
2011 Feb 18
0
[LLVMdev] [PATCH] OpenCL support - update on keywords
...> > From: Peter Collingbourne [mailto:peter at pcc.me.uk]
> > Sent: 04 January 2011 21:42
> > To: Anton Lokhmotov
> > Cc: cfe-dev at cs.uiuc.edu
> > Subject: Re: OpenCL support
> >
> > Here are my comments on the second patch.
> >
> > > +enum OpenCLAddressSpace {
> > > + OPENCL_PRIVATE = 0,
> > > + OPENCL_GLOBAL = 1,
> > > + OPENCL_LOCAL = 2,
> > > + OPENCL_CONSTANT = 3
> > > +};
> >
> > If we are going to standardise these address space numbers across
> > Clang and the LLVM backends, this...
2011 Feb 18
6
[LLVMdev] [PATCH] OpenCL support - update on keywords
> -----Original Message-----
> From: Peter Collingbourne [mailto:peter at pcc.me.uk]
> Sent: 04 January 2011 21:42
> To: Anton Lokhmotov
> Cc: cfe-dev at cs.uiuc.edu
> Subject: Re: OpenCL support
>
> Here are my comments on the second patch.
>
> > +enum OpenCLAddressSpace {
> > + OPENCL_PRIVATE = 0,
> > + OPENCL_GLOBAL = 1,
> > + OPENCL_LOCAL = 2,
> > + OPENCL_CONSTANT = 3
> > +};
>
> If we are going to standardise these address space numbers across
> Clang and the LLVM backends, this enum declaration should be added
>...
2011 Feb 21
0
[LLVMdev] [PATCH] OpenCL support - update on keywords
...okhmotov [mailto:Anton.Lokhmotov at arm.com]
> Sent: Monday, February 21, 2011 1:45 AM
> To: Villmow, Micah; 'Peter Collingbourne'
> Cc: llvmdev at cs.uiuc.edu; cfe-dev at cs.uiuc.edu
> Subject: RE: [PATCH] OpenCL support - update on keywords
>
> > > > > +enum OpenCLAddressSpace {
> > > > > + OPENCL_PRIVATE = 0,
> > > > > + OPENCL_GLOBAL = 1,
> > > > > + OPENCL_LOCAL = 2,
> > > > > + OPENCL_CONSTANT = 3
> > > > > +};
>
> > -----Original Message-----
> > From: Villmow, Micah [mail...
2011 Feb 23
0
[LLVMdev] [PATCH] OpenCL support - update on keywords
...gt; > From: Peter Collingbourne [mailto:peter at pcc.me.uk]
> > Sent: 04 January 2011 21:42
> > To: Anton Lokhmotov
> > Cc: cfe-dev at cs.uiuc.edu
> > Subject: Re: OpenCL support
> >
> > Here are my comments on the second patch.
> >
> > > +enum OpenCLAddressSpace {
> > > + OPENCL_PRIVATE = 0,
> > > + OPENCL_GLOBAL = 1,
> > > + OPENCL_LOCAL = 2,
> > > + OPENCL_CONSTANT = 3
> > > +};
> >
> > If we are going to standardise these address space numbers across
> > Clang and the LLVM backends, thi...