search for: gnuopenmp

Displaying 2 results from an estimated 2 matches for "gnuopenmp".

2010 Oct 05
0
[LLVMdev] Multithreaded code generation
...first of all, i want to generate a > multithreaded code from LLVM IR (in assembly level) with a given > partitioning. My problem is how can i use a thread library(like Pthread) > or OS system calls in LLVM IR to create and manage threads? OK. For this I propose to insert calls to libgomp (gnuopenmp) or the mpc openmp library. If you check out mpc you will find explanations how to use it to create OpenMP constructs by hand in a header file called mpcomp_abi.h located inside the mpc/MPC_OpenMP/include directory. As a starter I would write C code that does what you expect and compile it to...
2010 Oct 05
2
[LLVMdev] Multithreaded code generation
Hi, In fact I have some theory on instruction level parallelism( i have a partitioning algorithm), then first of all, i want to generate a multithreaded code from LLVM IR (in assembly level) with a given partitioning. My problem is how can i use a thread library(like Pthread) or OS system calls in LLVM IR to create and manage threads? --- On Tue, 10/5/10, Tobias Grosser <grosser at