This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Gomp cell,...
- From: Andrew Pinski <pinskia at gmail dot com>
- To: Ogier Maitre <ogiermaitre at gmail dot com>
- Cc: "gcc at gcc dot gnu dot org" <gcc at gcc dot gnu dot org>
- Date: Wed, 16 Apr 2008 08:44:13 -0700
- Subject: Re: Gomp cell,...
- References: <1208352164.4937.ezmlm@gcc.gnu.org> <480604AE.3010904@gmail.com>
Sent from my iPhone
On Apr 16, 2008, at 6:52, Ogier Maitre <ogiermaitre@gmail.com> wrote:
Hello.
I'm student in master, and I'm at this time in a internship named
"Parallelization on Cell processor".
We are interested in porting libgomp an cell processor.
Like you maybe know, cell proc uses two different compiler, spu-gcc
and ppu-gcc.
Both are 4.1.1 version of gcc, which doesn't support OpenMP of course.
Current gcc version can be compiled on Cell (like cell is a kind of
ppc). But It cannot replace the spu version of gcc.
Huh??? Spu support is in gcc 4.3.0.
I'm thinking about extract some part of the GIMPLE tree from a gcc
for ppc and give this part of tree as an entry for the spu-gcc.
Then my question is: Does the tree contain all informations for
compiling?
Ogier Maitre