Re: OpenMP to GPGPU langauges

2009-03-19 Thread Antoniu Pop
> [Naganna]  I would like to know all phases of GCC OpenMP(Paser level, > intermediate reprsentation, code generation and OpenMP runtime librariy) > >      could you please point documents which explain work flow of GOMP? The GOMP project page: http://gcc.gnu.org/projects/gomp/ The only article A

Re: OpenMP to GPGPU langauges

2009-03-19 Thread Naganna
Antoniu Pop wrote: Hi, I would like to do backend work to convert OpenMP to GPGPU langauages(Brook+). I'm not sure this would be best suited for backend work. The OpenMP pragma expansion is done very early and the decision to offload parts of the computation to the GPGPU would proba

Re: OpenMP to GPGPU langauges

2009-03-19 Thread Antoniu Pop
Hi, >   I would like to do backend work to convert OpenMP to GPGPU > langauages(Brook+). I'm not sure this would be best suited for backend work. The OpenMP pragma expansion is done very early and the decision to offload parts of the computation to the GPGPU would probably need to be taken before

OpenMP to GPGPU langauges

2009-03-19 Thread Naganna
Hi every one, I would like to do backend work to convert OpenMP to GPGPU langauages(Brook+). could you please send me pointers to documents which explains the source code details for OpenMP backend code generation? As side point, I am very new to GCC development. Thanks in advanc