search for: trifunov

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

Did you mean: trifonov
2009 Dec 29
0
[LLVMdev] "Graphite" for llvm
...we need to get back into LLVM is only the new optimized schedule > described e.g. as cloog like scattering functions. These can be parsed > easily. The real code generation could be done internally, so it is not > necessary to parse the generated from external tools. By the way, Konrad Trifunovic is interested (for his own research) to improve on the current read/write capabilities of Graphite to process the full scoplib format instead. Dealing with iteration domain and schedule/scattering is easy, but to process array subscripts will require more work. We will keep you informed of th...
2009 Dec 29
3
[LLVMdev] "Graphite" for llvm
On 12/27/09 10:18, ether wrote: > hi Tobi , > > that sounds greate :D > > On 2009-12-27 5:43, Tobias Grosser wrote: >> 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 available I will post patches. > whats its status? do you need any help? Very
2009 Dec 26
3
[LLVMdev] "Graphite" for llvm
...nable afford. Now several people from INRIA, IBM, AMD, the University of Passau and China are working on making the optimizations that have been found during the 20 years of research available to GCC. The latest news about Graphite, will be presented on the GROW workshop 2010 in Pisa by Konrad Trifunovic. [Advertisement end] ;-) ----------------------------------------------------------------------- A general plan to implement polyhedral transformations in LLVM: 1. The identity transformation (LLVM->polyedral->LLVM) ====================================================== Create the poly...