search for: codegenforopenmp

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

2012 Apr 04
1
[LLVMdev] GSoC2012 proposal -- A new Back-end for polyhedral Optimization framework for LLVM (Polly)
...gt; This means simple to understand, but still flexible and well structured. > > Sorry, maybe it is too abstract for people to understand what is the power underlying the Polly. Now, Polly do optimization on the Loop in LLVM and generate a optimized loop back to LLVM. However, something like CodeGenForOpenMP should be independent from Polly which means, even without Polly, CodegenForOpenMP could applied individually in LLVM as a Pass which only accept the basic elements in LLVM,e.g. Loop, BasicBlock and Module etc.. The situation is the same to the PTX back-end which only accept basic elements in LLVM...
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