Dmitry N. Mikushin
2012-Jun-14 18:56 UTC
[LLVMdev] A simple tutorial on generating PTX assembler out of Ada source code using LLVM NVPTX backend
Dear LLVM, FWIW, attached presentation provides a simple jump-start tutorial for newbies to start doing something useful with LLVM, DragonEgg, NVPTX backend and some custom high-level language. Along with short software overview from the user perspective it contains instructions on building components necessary to experiment with NVPTX and an example usecase of generating PTX assembler out of the Ada source code with help of DragonEgg. Best, - Dima. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120614/8b122334/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm_nvptx.pdf Type: application/pdf Size: 165783 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120614/8b122334/attachment.pdf> -------------- next part -------------- A non-text attachment was scrubbed... Name: sum_kernel.tar.gz Type: application/x-gzip Size: 3295 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120614/8b122334/attachment.bin>
Duncan Sands
2012-Jun-15 07:06 UTC
[LLVMdev] A simple tutorial on generating PTX assembler out of Ada source code using LLVM NVPTX backend
Hi Dima,> FWIW, attached presentation provides a simple jump-start tutorial for newbies to > start doing something useful with LLVM, DragonEgg, NVPTX backend and some custom > high-level language. Along with short software overview from the user > perspective it contains instructions on building components necessary to > experiment with NVPTX and an example usecase of generating PTX assembler out of > the Ada source code with help of DragonEgg.very amusing! :) I'm curious to know though: do you think many people are interested in this kind of thing? Best wishes, Duncan.
陳韋任 (Wei-Ren Chen)
2012-Jun-15 07:40 UTC
[LLVMdev] A simple tutorial on generating PTX assembler out of Ada source code using LLVM NVPTX backend
On Fri, Jun 15, 2012 at 09:06:03AM +0200, Duncan Sands wrote:> Hi Dima, > > > FWIW, attached presentation provides a simple jump-start tutorial for newbies to > > start doing something useful with LLVM, DragonEgg, NVPTX backend and some custom > > high-level language. Along with short software overview from the user > > perspective it contains instructions on building components necessary to > > experiment with NVPTX and an example usecase of generating PTX assembler out of > > the Ada source code with help of DragonEgg. > > very amusing! :) I'm curious to know though: do you think many people > are interested in this kind of thing?We should collect this kind of tutorial and put them on the website. ;) Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667 Homepage: http://people.cs.nctu.edu.tw/~chenwj
Reasonably Related Threads
- [LLVMdev] A simple tutorial on generating PTX assembler out of Ada source code using LLVM NVPTX backend
- [LLVMdev] A simple tutorial on generating PTX assembler out of Ada source code using LLVM NVPTX backend
- [LLVMdev] A simple tutorial on generating PTX assembler out of Ada source code using LLVM NVPTX backend
- [LLVMdev] Update PTX section in CodeGenerator.html
- [LLVMdev] Obsolete PTX is NOT completely removed in 3.2 release