search for: 1xi32

Displaying 2 results from an estimated 2 matches for "1xi32".

Did you mean: xi32
2010 Dec 09
0
[LLVMdev] [cfe-dev] OpenCL support
...M_FENCE); > A[0] = a2 + va2; > } > [Villmow, Micah] I'd prefer not to embed them in a structure for the simple reason that it isn't the way we do it. What we do for OpenCL at AMD on the GPU is we turn it into something like the following: @cllocal_foo_vint int* addressspace(2) [1xi32]; <-- forgive my pseudo LLVM-IR. @cllocal_foo_vvint int* addressspace(2) volatile [1xi32]; void foo(__global int*A) { __local int *vint = &cllocal_foo_vint; __local int *vpint; <-- this is just a pointer and requires no modification __local int const *vcpint; <-- same here,...
2010 Dec 07
3
[LLVMdev] [cfe-dev] OpenCL support
On Mon, Dec 6, 2010 at 6:16 PM, Villmow, Micah <Micah.Villmow at amd.com> wrote: >> -----Original Message----- >> From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] >> On Behalf Of Peter Collingbourne >> Sent: Monday, December 06, 2010 2:56 PM >> To: David Neto >> Cc: cfe-dev at cs.uiuc.edu; llvmdev at cs.uiuc.edu >>