search for: compute_13

Displaying 6 results from an estimated 6 matches for "compute_13".

2011 Feb 25
2
Missing R.h
Hi, I'm trying to install a module - gputools - and keep getting compile time errors about missing R.h Does anyone know where this file can be found? Thanks!
2012 Apr 28
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...engine ( on CUDA Supported GPU) to execute the newly generated > assembly and copy back the result later. > I have to admit, I'm not sold on this solution. First, there is no clear way to pass codegen flags to the back-end. In PTX parlance, how would I embed an .ll file and compile to compute_13? Second, this adds a layer of obfuscation to the system. If I look at an .ll file, I expect to see all of the assembly in a reasonably clean syntax. If the device code is squashed into a constant array, it is much harder to read. Is the motivation for the intrinsic simply to preserve the abilit...
2012 Apr 28
2
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
Hi LLVMers, The attached patch adds a new Intrinsic named "llvm.codegen" to support embedded LLVM IR code generation. **The 'llvm.codegen' intrinsic uses the LLVM back ends to generate code for embedded LLVM IR strings. The code generation target can be same or different to the one of the parent module. The original motivation inspiring us to add this intrinsic, is to
2012 Apr 28
4
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...GPU) to execute the newly >> generated assembly and copy back the result later. >> > > I have to admit, I'm not sold on this solution. First, there is no clear > way to pass codegen flags to the back-end. In PTX parlance, how would I > embed an .ll file and compile to compute_13? > We can handle this by provide a new argument (e.g. a string of properly-configured Target Machine) instead of or in addition to the Arch type string argument. > Second, this adds a layer of obfuscation to the system. If I look at an > .ll file, I expect to see all of the assembly in...
2012 Apr 28
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...cute the newly generated assembly and copy > back the result later. > > > I have to admit, I'm not sold on this solution. First, there is no > clear way to pass codegen flags to the back-end. In PTX parlance, > how would I embed an .ll file and compile to compute_13? > > We can handle this by provide a new argument (e.g. a string of > properly-configured Target Machine) instead of or in addition to the > Arch type string argument. I think we may in general discuss the additional information needed for the back ends and provide the information as...
2012 Apr 28
2
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...mbly and copy >> >> back the result later. >> >> >> I have to admit, I'm not sold on this solution. First, there is no >> clear way to pass codegen flags to the back-end. In PTX parlance, >> how would I embed an .ll file and compile to compute_13? >> >> We can handle this by provide a new argument (e.g. a string of >> properly-configured Target Machine) instead of or in addition to the >> Arch type string argument. >> > > I think we may in general discuss the additional information needed for > the bac...