search for: v2n2a5

Displaying 3 results from an estimated 3 matches for "v2n2a5".

Did you mean: v2.2.5
2010 Aug 09
0
[LLVMdev] Upstream PTX backend that uses target independent code generator if possible
...k to do CUDA support for not much benefit. The OpenMP committee is working on accelerator directives and that's the better long-term approach, IMHO. Clang/LLVM would be a great vehicle to generate/test ideas for such directives. http://openmp.org/wp/ http://www.pgroup.com/lit/articles/insider/v2n2a5.htm -Dave
2010 Aug 06
4
[LLVMdev] Upstream PTX backend that uses target independent code generator if possible
Hi there, I have a working prototype of PTX backend, and I would like to upstream it if possible. This backend is implemented by LLVM's target independent code generator framework; I think this will make it easier to maintain. I have tested this backend to translate a work-efficient parallel scan kernel ( http://http.developer.nvidia.com/GPUGems3/gpugems3_ch39.html ) into PTX code. The
2010 Aug 10
4
[LLVMdev] Upstream PTX backend that uses target independent code generator if possible
...The OpenMP committee is working on accelerator directives and that's > the better long-term approach, IMHO.  Clang/LLVM would be a great > vehicle to generate/test ideas for such directives. Thanks for suggestion. > http://openmp.org/wp/ > http://www.pgroup.com/lit/articles/insider/v2n2a5.htm > >                         -Dave Regards, Che-Liang