search for: spellegrini

Displaying 4 results from an estimated 4 matches for "spellegrini".

Did you mean: pellegrini
2012 Jul 04
0
[LLVMdev] OpenMP/autopar support in LLVM
...f someone in the list knows the updated info or can point me to any > useful info, > > that would be useful. Hi Prakash, OpenMP consists of several things: a) Support for parsing C/FORTRAN OpenMP pragmas For clang (the C frontend) there are patches available from Simone Pellegrini <spellegrini at dps.uibk.ac.at>. They have not been reviewed and are based on a very generic pragma infrastructure. This is especially nice for research, but it needs to be evaluated if this generic implementation has performance impacts that are too large for production codes. With dragonegg FORTRAN an...
2012 Jul 04
3
[LLVMdev] OpenMP/autopar support in LLVM
Hi I wanted to know the status of OpenMP (or in general auto parallelization) support in LLVM. I read some threads discussing about possible effort in that direction in 3.1 onwards, but did not see any further discussion on that. If someone in the list knows the updated info or can point me to any useful info, that would be useful. Thanks Regards Prakash Raghavendra -------------- next part
2012 Jul 04
1
[LLVMdev] OpenMP/autopar support in LLVM
...f someone in the list knows the updated info or can point me to any > useful info, > > that would be useful. Hi Prakash, OpenMP consists of several things: a) Support for parsing C/FORTRAN OpenMP pragmas For clang (the C frontend) there are patches available from Simone Pellegrini <spellegrini at dps.uibk.ac.at>. They have not been reviewed and are based on a very generic pragma infrastructure. This is especially nice for research, but it needs to be evaluated if this generic implementation has performance impacts that are too large for production codes. With dragonegg FORTRAN and C...
2009 Jan 16
0
[LLVMdev] LLVM + OpenAnalysis
Hello everybody, I am currently looking at the LLVM project to find if it is suitable for what I have in mind. My research consists in optimization of parallel applications (mainly MPI and OpenMP) via transformations. What I need is the possibility to analyze and optimize production programs written in C/C++ and Fortran. So, I've been looking inside a lot of source-to-source compilers