search for: polylib

Displaying 4 results from an estimated 4 matches for "polylib".

2010 Jun 18
0
[LLVMdev] Speculative Loop Parallelization on LLVM IR
...rollback etc. [something like that ... I dont think people want to hear the full story here]. What do you guys think about the feasibility of "speculative run-time loop optimization' using LLVM IR as base. I know there are lots of issues to it - 1. Loop transformation requires tools like PolyLib (Polyhedral analysis). They are too computationally expensive for run-time optimization. 2. I am not clear how to launch threads at LLVM IR level (you do need to create new threads for some of these RT speculative loop parallelization techniques). Is somebody already doing something like this? Do...
2010 Jun 18
4
[LLVMdev] Speculative Loop Parallelization on LLVM IR
...g like that ... I dont think people want to hear the > full story here]. > What do you guys think about the feasibility of "speculative run-time > loop optimization' using LLVM IR as base. > I know there are lots of issues to it - > 1. Loop transformation requires tools like PolyLib (Polyhedral > analysis). They are too computationally expensive for > run-time optimization. There is Polly (still in development) http://wiki.llvm.org/Polyhedral_optimization_framework And to say this. The current problem is not very often the computationally complexity. However it might b...
2010 Jun 21
0
[LLVMdev] Speculative Loop Parallelization on LLVM IR
...people want to hear >> the >> full story here]. >> What do you guys think about the feasibility of "speculative run-time >> loop optimization' using LLVM IR as base. >> I know there are lots of issues to it - >> 1. Loop transformation requires tools like PolyLib (Polyhedral >> analysis). They are too computationally expensive for >> run-time optimization. >> > There is Polly (still in development) > http://wiki.llvm.org/Polyhedral_optimization_framework > > And to say this. The current problem is not very often the computation...
2009 Dec 26
3
[LLVMdev] "Graphite" for llvm
Hi ether, On 12/26/09 13:06, ether zhhb wrote: > hi, > > dose anyone going/planning to add something like > Graphite(http://gcc.gnu.org/wiki/Graphite) in gcc to llvm(or that > should be implement at the level of clang?)? I already looked into implementing something like Graphite for LLVM. However just recently, so I have not released any code yet. As soon as some code is