[all-commits] [llvm/llvm-project] d40108: [OpenMP] libomp: runtime part of omp_all_memory ta...
Andrey Churbanov via All-commits
all-commits at lists.llvm.org
Wed Sep 8 06:55:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d40108e0af08389a791c7b6783f416486068be96
https://github.com/llvm/llvm-project/commit/d40108e0af08389a791c7b6783f416486068be96
Author: AndreyChurbanov <andrey.churbanov at intel.com>
Date: 2021-09-08 (Wed, 08 Sep 2021)
Changed paths:
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_taskdeps.cpp
M openmp/runtime/src/kmp_taskdeps.h
A openmp/runtime/test/tasking/kmp_task_depend_all.c
A openmp/runtime/test/tasking/kmp_taskwait_depend_all.c
Log Message:
-----------
[OpenMP] libomp: runtime part of omp_all_memory task dependence implementation.
New omp_all_memory task dependence type is implemented.
Library recognizes the new type via either
(dependence_address == NULL && dependence_flag == 0x80)
or
(dependence_address == SIZE_MAX).
A task with new dependence type depends on each preceding task
with any dependence type (kind of a dependence barrier).
Differential Revision: https://reviews.llvm.org/D108574
More information about the All-commits
mailing list