search for: polyedral

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

Did you mean: polyhedral
2009 Dec 26
3
[LLVMdev] "Graphite" for llvm
...ews 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 polyhedral representation of the LLVM IR, do nothing with it, and generate LLVM IR from the polyhedral representation. (Enough to attach external optimizers) 1.1 Detect regions 1.2 Translate LLVM IR to polyhedral model...
2009 Dec 27
0
[LLVMdev] "Graphite" for llvm
...e 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? > A general plan to implement polyhedral transformations in LLVM: > > 1. The identity transformation (LLVM->polyedral->LLVM) > ====================================================== > > Create the polyhedral representation of the LLVM IR, do nothing with > it, and generate LLVM IR from the polyhedral representation. (Enough > to attach external optimizers) > > 1.1 Detect regions > 1.2...
2009 Dec 29
3
[LLVMdev] "Graphite" for llvm
...y I did not talk about this on my own. However help is always needed. As already said. Getting affine access functions from the memory accesses would be a big help. >> A general plan to implement polyhedral transformations in LLVM: >> >> 1. The identity transformation (LLVM->polyedral->LLVM) >> ====================================================== >> >> Create the polyhedral representation of the LLVM IR, do nothing with >> it, and generate LLVM IR from the polyhedral representation. (Enough >> to attach external optimizers) >> >> 1....