llvm-project/openmp/runtime/test
AndreyChurbanov 6d9eb7e7ec [OpenMP] libomp: implemented task priorities.
Before this patch task priorities were ignored, that was a valid implementation
as the task priority is a hint according to OpenMP specification.

Implemented shared list of sorted (high -> low) task deques one per task
priority value. Tasks execution changed to first check if priority tasks ready
for execution exist, and these tasks executed before others;
otherwise usual tasks execution mechanics work.

Differential Revision: https://reviews.llvm.org/D119676
2022-03-07 22:24:18 +03:00
..
affinity [OpenMP][libomp] Introduce oneAPI compiler support 2022-02-14 14:10:33 -06:00
api [OpenMP] libomp: omp_in_explicit_task() implemented. 2022-03-05 21:46:39 +03:00
atomic [OpenMP] kmp_atomic_float10_max_min.c test should only be executed on x86 platform 2022-02-07 10:07:54 +00:00
barrier [OpenMP] libomp: Add new experimental barrier: two-level distributed barrier 2021-07-29 14:09:26 -05:00
critical [OpenMP][Tests][NFC] Mark tests trying to link COI as unsupported 2021-10-25 18:20:12 +02:00
env [OpenMP] libomp: fix dynamic loop dispatcher 2021-06-22 16:29:01 +03:00
flush
lock [OpenMP] NFC: Fix trivial typo 2020-04-04 12:06:54 +09:00
master
misc_bugs [OpenMP][Tests] Fix compiler warnings in OpenMP runtime tests 2020-11-11 20:13:21 +01:00
ompt [OpenMP][libomp] Introduce oneAPI compiler support 2022-02-14 14:10:33 -06:00
parallel
tasking [OpenMP] libomp: implemented task priorities. 2022-03-07 22:24:18 +03:00
teams [OpenMP] libomp: fix bug in implementation of distribute construct. 2022-02-11 17:34:26 +03:00
threadprivate [OpenMP] NFC: Fix trivial typos in comments 2020-01-07 14:05:03 +08:00
worksharing [OpenMP][Tests][NFC] Replace atomic increment by reduction 2021-10-25 18:20:12 +02:00
CMakeLists.txt [OpenMP][libomp] Introduce oneAPI compiler support 2022-02-14 14:10:33 -06:00
lit.cfg [OpenMP][libomp] Introduce oneAPI compiler support 2022-02-14 14:10:33 -06:00
lit.site.cfg.in [OpenMP][libomp] Introduce oneAPI compiler support 2022-02-14 14:10:33 -06:00
omp_my_sleep.h
omp_testsuite.h [OpenMP][libomp] Introduce oneAPI compiler support 2022-02-14 14:10:33 -06:00