search for: nvptxcodegen

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

2018 Mar 19
1
How to link against all available targets - problems with NVPTX?
...for target 'all' failed make: *** [all] Error 2 That is, NVPTX is not initialized as a target properly. I'm somewhat puzzled by this, because I would have assumed that the NVPTXAsmPrinter would have been linked by AllTargetsAsmPrinters. The hack I have right now is to manually add NVPTXCodeGen to the list of llvm_map_components_to_libnames. Clearly, I'm doing something wrong, could someone point me to what I might be screwing up? In short, *what is the correct way to setup targets*? Is what I'm asking for (automatically link against all targets picked up by initializeAllTargets(...
2013 Apr 09
0
[LLVMdev] Please document the layers
On Apr 8, 2013, at 2:55 PM, "Robinson, Paul" <Paul_Robinson at playstation.sony.com> wrote: I keep seeing "this is a layering violation" comments on the lists. > While there are a few llvm.org pages that mention layers in passing, > there is nothing (that I've found) actually specifying the layers. > Trying to infer the layering from the code is tedious and
2013 Apr 08
2
[LLVMdev] Please document the layers
I keep seeing "this is a layering violation" comments on the lists. While there are a few llvm.org pages that mention layers in passing, there is nothing (that I've found) actually specifying the layers. Trying to infer the layering from the code is tedious and error-prone (or we wouldn't see so many violations in code reviews, eh?). Now, I understand that Google has some sort