search for: rahui

Displaying 2 results from an estimated 2 matches for "rahui".

Did you mean: rahul
2014 Sep 05
2
[LLVMdev] Enabling SPIR target in LLVM 3.3
...es etc.). I guess I just need to ensure that I am sticking to LLVM 3.2 and the SPIR specified subset+ metadata annotations etc. Anyway, I was confused partly because there are references to a SPIR backend in LLVM code (eg: include/llvm/ADT/Triple.h lists spir and spir64 as possible architectures) rahui On Fri, Sep 5, 2014 at 2:55 PM, Tim Northover <t.p.northover at gmail.com> wrote: > Hi Rahul, > > On 5 September 2014 19:21, Rahul Garg <rahulgarg44 at gmail.com> wrote: >> I am looking into generating SPIR from within a JIT compiler for a >> high level language us...
2014 Sep 05
2
[LLVMdev] Enabling SPIR target in LLVM 3.3
Hi. I am looking into generating SPIR from within a JIT compiler for a high level language using LLVM C++ API. The first step is to of course build LLVM with SPIR backend support and I am currently using LLVM 3.3. For reference, the host system is a x86-64 Linux. I first tried building LLVM 3.3 without specifying any targets, and it built many targets including aarch64, arm, x86, x86_64, nvptx