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 advance.


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 probably need to be taken before
the expansion happens.
  
[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?
  

  could you please send me pointers to documents which explains the source
code details for OpenMP backend code generation?



AFAIK there is no specific backend code generation for OpenMP, nor the
possibility to  compile for both the CPU and GPGPU in one go.
If you want to take a look at the OpenMP code generation, the best way
is to take a look at the code in gcc/omp-low.c

  

  As side point, I am very new to GCC development.



Welcome then :)
Antoniu


__ NOD32 3947 (20090319) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com



  




Is there any flags to disable warning and/or errors given by GCC 4.3.3?

2009-03-21 Thread Naganna

Hi All,

  I am not able compile my project with GCC 4.3.3 C++. My project 
was compiled by GCC 4.1.x. 

  Is there any flags to disable warning and/or errors given by GCC 
4.3.3?


 or

  I should remove and/or change code to eliminate warning and/or error?