hanchenye-llvm-project/openmp/runtime/test/worksharing/for
Andrey Churbanov d454c73cc3 OpenMP 4.5: implemented support of schedule(simd:guided) and
schedule(simd:runtime) - library part. Compiler generation should use newly
introduced scheduling kinds kmp_sch_guided_simd = 46, kmp_sch_runtime_simd = 47,
as parameters to __kmpc_dispatch_init_* entries.

Differential Revision: https://reviews.llvm.org/D31602

llvm-svn: 304724
2017-06-05 17:17:33 +00:00
..
bug_set_schedule_0.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
kmp_doacross_check.c
kmp_sch_simd_guided.c OpenMP 4.5: implemented support of schedule(simd:guided) and 2017-06-05 17:17:33 +00:00
kmp_sch_simd_runtime_api.c OpenMP 4.5: implemented support of schedule(simd:guided) and 2017-06-05 17:17:33 +00:00
kmp_sch_simd_runtime_guided.c OpenMP 4.5: implemented support of schedule(simd:guided) and 2017-06-05 17:17:33 +00:00
kmp_sch_simd_runtime_static.c OpenMP 4.5: implemented support of schedule(simd:guided) and 2017-06-05 17:17:33 +00:00
kmp_set_dispatch_buf.c Offer API for setting number of loop dispatch buffers 2016-05-31 19:01:15 +00:00
omp_for_bigbounds.c
omp_for_collapse.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_firstprivate.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_lastprivate.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_nowait.c Fix the nowait tests for omp for and omp single 2016-07-06 17:26:12 +00:00
omp_for_ordered.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_private.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_reduction.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_schedule_auto.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_for_schedule_dynamic.c Remove unnecessary unistd.h header from tests. 2016-05-18 21:36:34 +00:00
omp_for_schedule_guided.c Remove unnecessary unistd.h header from tests. 2016-05-18 21:36:34 +00:00
omp_for_schedule_runtime.c Enable omp_get_schedule() to return static steal type. 2016-10-07 18:01:35 +00:00
omp_for_schedule_static.c Remove unnecessary unistd.h header from tests. 2016-05-18 21:36:34 +00:00
omp_for_schedule_static_3.c Remove unnecessary unistd.h header from tests. 2016-05-18 21:36:34 +00:00
omp_parallel_for_firstprivate.c
omp_parallel_for_if.c
omp_parallel_for_lastprivate.c
omp_parallel_for_ordered.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00
omp_parallel_for_private.c
omp_parallel_for_reduction.c Remove trailing whitespace from tests 2016-05-17 21:08:52 +00:00