search for: ehrig

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

Did you mean: gehrig
2017 Nov 14
1
OrcJIT + CUDA Prototype for Cling
...tLayer, &KaleidoscopeJIT::dumpObject), >         CompileLayer(DumpObjectsLayer, SimpleCompiler(*TM)) { >     llvm::sys::DynamicLibrary::LoadLibraryPermanently(nullptr); >   } > > Hope this helps! > > Cheers, > Lang. > > > On Wed, Sep 27, 2017 at 10:32 AM, Simeon Ehrig via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > Dear LLVM-Developers and Vinod Grover, > > we are trying to extend the cling C++ interpreter > (https://github.com/root-project/cling > <https://github.com/...
2017 Sep 27
2
OrcJIT + CUDA Prototype for Cling
...hanging the define INTERPRET from 1 to 0 . === Implementation The prototype is based on the clang example in https://github.com/llvm-mirror/clang/tree/master/examples/clang-interpreter I also pushed the source code to github with the install instructions and examples:   https://github.com/SimeonEhrig/CUDA-Runtime-Interpreter The device code generation can be performed with either clang's CUDA frontend or NVCC to ptx. Here is the workflow in five stages: 1. generating ptx device code (a kind of nvidia assembler) 2. translate ptx to sass (machine code of ptx) 3. generate a fatbinray (a...