Re: Auto-Vectorization, Polyhedral Model

2011-11-24 Thread Umesh Bhatia
Hello, I am also interested in working on polyhedral model guided auto-vectorization. I went through the paper "Polyhedral-Model Guided Loop-Nest Auto-Vectorization", that you suggested. Does it use the GCC auto-vectorization algorithm to rewrite scalar instructions into vector in

Re: Auto-Vectorization, Polyhedral Model

2011-11-15 Thread Konrad Trifunovic
Hi, Auto-Vectorization is still implemented in the 'old'- non polyhedral way. Polyhedral model can only help drive the vectorization strategies. What is happening is that Graphite (polyhedral model framework inside GCC) is setting the flag on the loop that it thinks should be vectori

Auto-Vectorization, Polyhedral Model

2011-11-14 Thread steven su
Hi, Can anyone explain whether GCC has implemented Auto-Vectorization based on Polyhedral Model? Are there any related projects shooting at this, and in progress? Steven.

Re: Question about polyhedral model and solver used in GRAPHITE

2010-06-17 Thread Tobias Grosser
On 06/17/2010 10:41 AM, Simone Pellegrini wrote: Dear all, I was reading one of the first technical reports of GRAPHITE and it looks like several libraries have been considered for integration into GCC for solving the ILP problem and polyhedral model representation. In the document the Omega

Question about polyhedral model and solver used in GRAPHITE

2010-06-17 Thread Simone Pellegrini
Dear all, I was reading one of the first technical reports of GRAPHITE and it looks like several libraries have been considered for integration into GCC for solving the ILP problem and polyhedral model representation. In the document the Omega library, PIP, PolyLib and PPL are mentioned. I

Re: Polyhedral Model

2009-06-10 Thread Tobias Grosser
On Mon, 2009-04-27 at 19:26 -0300, Cristianno Martins wrote: > Hi, > > Thank you for helping me with those informations. From now on, I'll be > checking the Graphite framework, and I intend to contribute to that by > providing support to automatic parallelization. However, my project > focus on mu

Re: Polyhedral Model

2009-04-27 Thread Tobias Grosser
graphite can offer us. Me: I am from the LooPo group in Passau. We work since a long time on the polyhedral model and would like to try some of our ideas in the gcc. This will start summer 2009, as there is still some work left to make graphite stable enough. There are several other peo

Re: Polyhedral Model

2009-04-27 Thread Cristianno Martins
Hi, Thank you for helping me with those informations. From now on, I'll be checking the Graphite framework, and I intend to contribute to that by providing support to automatic parallelization. However, my project focus on multicore architectures; I guess this is not a problem, is it? Thanks in a

Re: Polyhedral Model

2009-04-27 Thread Tobias Grosser
On Mon, 2009-04-27 at 19:58 +0100, Dave Korn wrote: > Cristianno Martins wrote: > > > Well, I didn't find anything about a implementation of this kind of > > optimization inside of gcc. Also, I need to know if someone is working > > on something like this using the gcc compiler. > > http://gcc.gn

Re: Polyhedral Model

2009-04-27 Thread Dave Korn
Cristianno Martins wrote: > Well, I didn't find anything about a implementation of this kind of > optimization inside of gcc. Also, I need to know if someone is working > on something like this using the gcc compiler. http://gcc.gnu.org/wiki/Graphite cheers, DaveK

Polyhedral Model

2009-04-27 Thread Cristianno Martins
Hi, I'm a master degree student at University of Campinas (Unicamp/Brazil), and I'd been trying to find a compiler to add to it a loop optimization based on polyhedral model. The polyhedral model (basically) works with nested loops structures, performing some transformations, in order