search for: nacdrvtest

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

2013 Feb 09
2
[LLVMdev] C-to-PTX compilation issues
...problems mostly deal with handling of arrays. I also don't get any debug info when these problems. I use "llc" for compiling regular .ll files to PTX using the "nvptx" backend. The llc options are as follows (omitting these options also present the same problems): -nacdrvtest -asm-verbose -stats -print-before-all -print-after-all -time-passes 1. Only programs that make no use of arrays appear to always be processed correctly by llc (nvptx target). Some programs using arrays, make llc "hang" (runs endlessly). 2. One small C function exposing this behavi...
2013 Feb 09
0
[LLVMdev] C-to-PTX compilation issues
...handling of arrays. I also don't get any debug > info when these problems. > > I use "llc" for compiling regular .ll files to PTX using the "nvptx" > backend. The llc options are as follows (omitting these options also > present the same problems): > > -nacdrvtest -asm-verbose -stats -print-before-all -print-after-all > -time-passes > > 1. Only programs that make no use of arrays appear to always be processed > correctly by llc (nvptx target). Some programs using arrays, make llc > "hang" (runs endlessly). > > 2. One small C fu...