Displaying 3 results from an estimated 3 matches for "57cb47ab".
2013 Dec 06
2
[LLVMdev] PTX generation examples?
I have an app that uses LLVM API calls from C++ to generate IR and JIT it for x86 (for subsequent live execution). I'm still using the old JIT, for what it's worth.
I want to modify it (for prototype/experimental purposes for now) to JIT PTX (into a big string buffer?).
Docs are sketchy. I can wade through it and figure it out by trial and error, but would be so very happy if somebody
2013 Dec 06
0
[LLVMdev] PTX generation examples?
On Fri, Dec 6, 2013 at 11:34 AM, Larry Gritz <lg at larrygritz.com> wrote:
> I have an app that uses LLVM API calls from C++ to generate IR and JIT it
> for x86 (for subsequent live execution). I'm still using the old JIT, for
> what it's worth.
>
> I want to modify it (for prototype/experimental purposes for now) to JIT
> PTX (into a big string buffer?).
>
2013 Dec 06
2
[LLVMdev] PTX generation examples?
...>
> You'll have to switch to MCJIT for this purpose. Legacy JIT doesn't emit PTX.
>
> Eli
--
Larry Gritz
lg at larrygritz.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131206/57cb47ab/attachment.html>