search for: omp_005fnum_005fthread

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

2011 Sep 12
0
[LLVMdev] multi-threading in llvm
Recently I met the following spec: http://gcc.gnu.org/onlinedocs/libgomp/OMP_005fNUM_005fTHREADS.html#OMP_005fNUM_005fTHREADS It was new to me OpenMP actually allows to specify "the number of threads to use for the corresponding nested level" in the multidimensional loops. Is that correct in Polly this feature is not supported, and OpenMP clause is always applied only the the most o...
2011 Sep 12
2
[LLVMdev] multi-threading in llvm
On 09/12/2011 04:56 PM, Sebastian Pop wrote: > On Mon, Sep 12, 2011 at 10:44, Tobias Grosser<tobias at grosser.es> wrote: >>> You can have the parallel code generation part of Polly working as >>> a LoopPass. >> >> Are you sure about this? In CodeGeneration we basically translate a CLooG >> AST into LLVM-IR. Without a CLooG AST this does not work. >