This patch implements the new kmp_sch_static_balanced_chunked schedule kind that the compiler will generate when it encounters schedule(simd: static). It just adds the new constant and the new switch case __kmp_for_static_init.
Patch by Alex Duran.
Paths
| Differential D20699
Addition of schedule(simd:static) ClosedPublic Authored by tlwilmar on May 26 2016, 1:06 PM.
Details Summary This patch implements the new kmp_sch_static_balanced_chunked schedule kind that the compiler will generate when it encounters schedule(simd: static). It just adds the new constant and the new switch case __kmp_for_static_init. Patch by Alex Duran.
Diff Detail
Event Timelinetlwilmar updated this object. This revision is now accepted and ready to land.May 31 2016, 10:50 AM Closed by commit rL271320: Addition of OpenMP 4.5 feature: schedule(simd:static) (authored by jlpeyton). · Explain WhyMay 31 2016, 12:18 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 59112 openmp/trunk/runtime/src/kmp.h
openmp/trunk/runtime/src/kmp_sched.cpp
|