search for: gpgpuoptimz

Displaying 5 results from an estimated 5 matches for "gpgpuoptimz".

Did you mean: gpgpuoptimzer
2012 Apr 28
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...nsic based approach requires little changes restricted to > LLVM itself. It especially works without changes to the established > LLVM optimization chain. 'opt | llc' will work out of the box, but, > more importantly, any LLVM based compiler can directly load a > GPGPUOptimzer.so file to gain a GPU based accelerator. Besides the > need to load some runtime library, no additional knowledge needs to > be embedded in individual compiler implementations, but all the > logic of GPGPU code generation can remain within a single LLVM > optimization...
2012 Apr 28
2
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
.... > > The intrinsic based approach requires little changes restricted to LLVM > itself. It especially works without changes to the established LLVM > optimization chain. 'opt | llc' will work out of the box, but, more > importantly, any LLVM based compiler can directly load a GPGPUOptimzer.so > file to gain a GPU based accelerator. Besides the need to load some runtime > library, no additional knowledge needs to be embedded in individual > compiler implementations, but all the logic of GPGPU code generation can > remain within a single LLVM optimization pass. Another ni...
2012 Apr 28
0
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...he previous problems. The intrinsic based approach requires little changes restricted to LLVM itself. It especially works without changes to the established LLVM optimization chain. 'opt | llc' will work out of the box, but, more importantly, any LLVM based compiler can directly load a GPGPUOptimzer.so file to gain a GPU based accelerator. Besides the need to load some runtime library, no additional knowledge needs to be embedded in individual compiler implementations, but all the logic of GPGPU code generation can remain within a single LLVM optimization pass. Another nice feature of th...
2012 Apr 28
4
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
Hi Justin, Thanks very much for your comments. 2012/4/28 Justin Holewinski <justin.holewinski at gmail.com> > On Fri, Apr 27, 2012 at 7:40 PM, Yabin Hu <yabin.hwu at gmail.com> wrote: > >> The attached patch adds a new Intrinsic named "llvm.codegen" to support >> embedded LLVM IR code generation. **The 'llvm.codegen' intrinsic uses >> the
2012 Apr 28
3
[LLVMdev] [PATCH][RFC] Add llvm.codegen Intrinsic To Support Embedded LLVM IR Code Generation
...pproach requires little changes restricted to >> LLVM itself. It especially works without changes to the established >> LLVM optimization chain. 'opt | llc' will work out of the box, but, >> more importantly, any LLVM based compiler can directly load a >> GPGPUOptimzer.so file to gain a GPU based accelerator. Besides the >> need to load some runtime library, no additional knowledge needs to >> be embedded in individual compiler implementations, but all the >> logic of GPGPU code generation can remain within a single LLVM >> o...