search for: approad

Displaying 4 results from an estimated 4 matches for "approad".

Did you mean: approah
2010 Aug 23
2
[LLVMdev] Upstream PTX backend that uses target independent code generator if possible
...praoch (referred to as cbe approach) > for the following reasons (in fact, I had my first prototype in cbe > approach, but later I abandoned it and rewrote in codegen approach). > This would partly answer previous questions about comparison between > two approaches. I think the codegen approad is the right on long-term but I don't necessarily agree with all of your reasons. :) > * LLVM should not rely on nVidia's design of its CUDA toolchain. To > my knowledge, nVidia does not make any commitment on how much > optimization would be implemented in its graphics driver c...
2010 Aug 26
0
[LLVMdev] Upstream PTX backend that uses target independent code generator if possible
...e approach) >> for the following reasons (in fact, I had my first prototype in cbe >> approach, but later I abandoned it and rewrote in codegen approach). >> This would partly answer previous questions about comparison between >> two approaches. > > I think the codegen approad is the right on long-term but I don't > necessarily agree with all of your reasons.  :) > >> * LLVM should not rely on nVidia's design of its CUDA toolchain.  To >> my knowledge, nVidia does not make any commitment on how much >> optimization would be implemented in...
2010 Aug 19
0
[LLVMdev] Upstream PTX backend that uses target independent code generator if possible
Hi there, Thank Nick for kindly reviewing the patch. Here is the link to the source code of the PTX backend; it would help Nick review the patch. http://lime.csie.ntu.edu.tw/~clchiou/llvm-ptx-backend.tar.gz The source code from above link is a working prototype. So it will not be upstreamed as is; I will refactor and add unimplemented features while upstreaming it. That said, the source code
2010 Aug 11
2
[LLVMdev] Upstream PTX backend that uses target independent code generator if possible
Che-Liang Chiou <clchiou at gmail.com> writes: > My implementation of predicated instructions is similar to ARM > backend. I traced ARM and PowerPC backend for reference. Cool. > If, David, you were saying a implementation of predication in LLVM IR, > I didn't do that. It was partly because I was not (and is still not) > very familiar with LLVM's design; so I