search for: codegenforsequenti

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

Did you mean: codegenforsequential
2012 Apr 04
1
[LLVMdev] GSoC2012 proposal -- A new Back-end for polyhedral Optimization framework for LLVM (Polly)
...of how to approach them. In case you are unsure > about something, it is better to say this and give a plan how you will > proceed to find a solution than to propose a solution you are not yet sure > about) > > The propose of the first step is as I mentioned above that some code like codegenForSequential, codegenForVector and codegenForOpenMP should be independent form the current Polly which mean they can be an individual pass applied in LLVM without Polly. Also, some code refactor could be done by the way. such as addressing the bugs in polly while refatoring the existing backend into a modula...
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