[Openmp-commits] [PATCH] D31602: Added support for OpenMP 4.5 simd modifier of the schedule clause of the OpenMP loop construct

Phabricator via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jun 5 10:18:02 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL304724: OpenMP 4.5: implemented support of schedule(simd:guided) and (authored by achurbanov).

Changed prior to commit:
  https://reviews.llvm.org/D31602?vs=101083&id=101428#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D31602

Files:
  openmp/trunk/runtime/src/kmp.h
  openmp/trunk/runtime/src/kmp_dispatch.cpp
  openmp/trunk/runtime/src/kmp_runtime.cpp
  openmp/trunk/runtime/test/worksharing/for/kmp_sch_simd_guided.c
  openmp/trunk/runtime/test/worksharing/for/kmp_sch_simd_runtime_api.c
  openmp/trunk/runtime/test/worksharing/for/kmp_sch_simd_runtime_guided.c
  openmp/trunk/runtime/test/worksharing/for/kmp_sch_simd_runtime_static.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31602.101428.patch
Type: text/x-patch
Size: 42280 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20170605/92c9b24a/attachment-0001.bin>


More information about the Openmp-commits mailing list