search for: omp_flush

Displaying 5 results from an estimated 5 matches for "omp_flush".

2015 Apr 30
2
[LLVMdev] libiomp, not libgomp as default library linked with -fopenmp
On Thu, Apr 30, 2015 at 10:23 AM, Jack Howarth < howarth.mailing.lists at gmail.com> wrote: > The current test suite status on x86_64-apple-darwin14, with the > proposed patch from > http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20150427/128219.html > applied to current cfe trunk, is quite respectable.... > > Summary: > S Number of tested Open MP
2012 Oct 02
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...IT > ------------------------------------------------------------ > atomic | OMP_ATOMIC > | OMP_END_ATOMIC > ------------------------------------------------------------ > flush | OMP_FLUSH > ------------------------------------------------------------ > ordered | OMP_ORDERED > | OMP_END_ORDERED > > An example of an OpenMP directive and its representation in LLVM IR: > > C/C++ > ----- > #...
2012 Sep 28
11
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...| OMP_PTASKWAIT ------------------------------------------------------------ atomic | OMP_ATOMIC | OMP_END_ATOMIC ------------------------------------------------------------ flush | OMP_FLUSH ------------------------------------------------------------ ordered | OMP_ORDERED | OMP_END_ORDERED An example of an OpenMP directive and its representation in LLVM IR: C/C++ ----- #pragma omp parallel LLVM IR ------- call vo...
2012 Oct 03
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...AIT > ------------------------------------------------------------ > atomic | OMP_ATOMIC > | OMP_END_ATOMIC > ------------------------------------------------------------ > flush | OMP_FLUSH > ------------------------------------------------------------ > ordered | OMP_ORDERED > | OMP_END_ORDERED > > An example of an OpenMP directive and its representation in LLVM IR: > > C/C++ > ----- >...
2012 Sep 28
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...AIT > ------------------------------------------------------------ > atomic | OMP_ATOMIC > | OMP_END_ATOMIC > ------------------------------------------------------------ > flush | OMP_FLUSH > ------------------------------------------------------------ > ordered | OMP_ORDERED > | OMP_END_ORDERED > > An example of an OpenMP directive and its representation in LLVM IR: > > C/C++ > ----- >...