search for: 21c47151

Displaying 2 results from an estimated 2 matches for "21c47151".

Did you mean: 21c4615c
2020 Nov 19
0
JIT compiling CUDA source code
...t, and not much of a clang expert either, so if anyone > out there can point me in the right direction, I would be grateful. > > Geoff > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201119/21c47151/attachment.html>
2020 Nov 17
2
JIT compiling CUDA source code
We have an application that allows the user to compile and execute C++ code on the fly, using Orc JIT v2, via the LLJIT class. And we would like to extend it to allow the user to provide CUDA source code as well, for GPU programming. But I am having a hard time figuring out how to do it. To JIT compile C++ code, we do basically as follows: 1. call Driver::BuildCompilation(), which returns a