Displaying 5 results from an estimated 5 matches for "ramanujam".
2012 Apr 02
6
[LLVMdev] GSoC 2012 Proposal: Automatic GPGPU code generation for llvm
...y, I work very close with Polly team to contribute some
patches and investigate lots of details about polyhedral transformation.
*
*
*
*
*References*
1. Tobias Grosser, Ragesh A. *Polly - First Successful Optimizations - How
to proceed?* LLVM Developer Meeting 2011.
2. Muthu Manikandan Baskaran, J. Ramanujam and P. Sadayappan.* **Automatic
C-to-CUDA Code Generation for Affine Programs*. CC 2010.
3. Soufiane Baghdadi, Armin Größlinger, and Albert Cohen. *Putting
Automatic Polyhedral Compilation for GPGPU to Work*. In Proc. of Compilers
for Parallel Computers (CPC), 2010.
-------------- next part -------...
2012 Apr 03
0
[LLVMdev] GSoC 2012 Proposal: Automatic GPGPU code generation for llvm
Hi Justin,
the non-translatable IR with GPU code replaced by appropriate CUDA Driver
> API calls.
One of CUDA driver apis (cuLaunch) need a ptx asm string as its input. So
if I want to provide a one-touch solution and don't introduce any changes
to tools outside polly, I must prepare the ptx string before I can generate
the correct non-translatable IR part.
As your suggestion, It may
2012 Apr 03
0
[LLVMdev] GSoC 2012 Proposal: Automatic GPGPU code generation for llvm
...th Polly team to contribute some
> patches and investigate lots of details about polyhedral transformation.
>
>
> References
> 1. Tobias Grosser, Ragesh A. Polly - First Successful Optimizations - How to
> proceed? LLVM Developer Meeting 2011.
> 2. Muthu Manikandan Baskaran, J. Ramanujam and P. Sadayappan. Automatic
> C-to-CUDA Code Generation for Affine Programs. CC 2010.
> 3. Soufiane Baghdadi, Armin Größlinger, and Albert Cohen. Putting Automatic
> Polyhedral Compilation for GPGPU to Work. In Proc. of Compilers for Parallel
> Computers (CPC), 2010.
>
> ________...
2012 Apr 03
0
[LLVMdev] GSoC 2012 Proposal: Automatic GPGPU code generation for llvm
...ibute some
> patches and investigate lots of details about polyhedral transformation.
> *
> *
> *
> *
> *References*
> 1. Tobias Grosser, Ragesh A. *Polly - First Successful Optimizations -
> How to proceed?* LLVM Developer Meeting 2011.
> 2. Muthu Manikandan Baskaran, J. Ramanujam and P. Sadayappan.* **Automatic
> C-to-CUDA Code Generation for Affine Programs*. CC 2010.
> 3. Soufiane Baghdadi, Armin Größlinger, and Albert Cohen. *Putting
> Automatic Polyhedral Compilation for GPGPU to Work*. In Proc. of
> Compilers for Parallel Computers (CPC), 2010.
>
> __...
2012 Apr 03
2
[LLVMdev] GSoC 2012 Proposal: Automatic GPGPU code generation for llvm
Hi Justin,
2012/4/3 Justin Holewinski <justin.holewinski at gmail.com>
> *Motivation*
>> With the broad proliferation of GPU computing, it is very important to
>> provide an easy and automatic tool to develop or port the applications to
>> GPU for normal developers, especially for those domain experts who want to
>> harness the huge computing power of GPU. Polly