search for: doapidefinition

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

2012 Apr 04
1
[LLVMdev] GSoC2012 proposal -- A new Back-end for polyhedral Optimization framework for LLVM (Polly)
...posal. As I mentioned above, the adapter proposed here could provide user-friendly interfaces to various back-ends in LLVM to get the Loop optimized by Polly. Also, some basic interfaces which can be a virtual method to be inherited by the back-ends and passes in LLVM could be established such as doAPIDefinition,doInitializationLoop, doFinalizationLoop, runOnLoop, doInitializationStmt, doFinalizationStmt and runOnStmt, etc.. these methods (interfaces) provide back-ends or passes in LLVM to implement their platform-specifc requirement. Take the recently hot topic on PTX back-end for example, the PTX back-e...
2012 Mar 29
0
[LLVMdev] GSoC2012 proposal -- A new Back-end for polyhedral Optimization framework for LLVM (Polly)
Hi Qingrui Liu, sorry for replying slowly. Here some comments: On 03/24/2012 02:47 PM, Tsingray Liu wrote: > Hi all, > My name is Qingrui Liu, a student at Sun Yat-sen University, China. > I have been working on high level synthesis project which is implemented > as a back-end of LLVM, in the last two years. When I want to use Polly to > generate parallel LLVM-IR from
2012 Mar 24
2
[LLVMdev] GSoC2012 proposal -- A new Back-end for polyhedral Optimization framework for LLVM (Polly)
Hi all, My name is Qingrui Liu, a student at Sun Yat-sen University, China. I have been working on high level synthesis project which is implemented as a back-end of LLVM, in the last two years.When I want to use Polly to generate parallel LLVM-IR from Polly-IR for me as input to my high level synthesis tools at the begining of this year, I found that Polly's back-end is not flexible and