Displaying 3 results from an estimated 3 matches for "insieme".
2010 Oct 19
0
[LLVMdev] OpenMP Support for LLVM and clang
...ocated inside the
mpc/MPC_OpenMP/include directory.
Furthermore I know people at the University of Innsbruck work on a Clang
parser for OpenMP [1]. (I copied Peter)
Maybe he can give you some help for the clang part or even share the
source code with you.
[1] http://www.dps.uibk.ac.at/projects/insieme/index.php?page=omp/omp
Cheers
Tobi
2010 Oct 19
4
[LLVMdev] OpenMP Support for LLVM and clang
Hello,
I am a masters student interested in parallelization API's and auto
parallelization. I have been following LLVM's development for some time now
and would like to make a contribution. In particular I am interested in
adding
OpenMP support for LLVM. I believe this will be useful both for clang as
well
as LLVM Polly. I would like to know if anyone is already working on this.
Any
2015 Mar 09
5
[LLVMdev] LLVM Parallel IR
I'm part of a research group at MIT looking to create an extension of LLVM
that inherently allows one to nicely code a parallel loop.
Most parallel frameworks tend to take the body of a parallel loop and stick
it inside of a function for the parallel runtime to call when appropriate.
However, this makes optimizations significantly more difficult as most
compiler optimizations tend to be