search for: a1445f73

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

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?
...uld be greatly appreciated, thanks. > ___________________ You'll have to switch to MCJIT for this purpose. Legacy JIT doesn't emit PTX. Eli -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131206/a1445f73/attachment.html>