[Openmp-commits] [PATCH] D87267: [OpenMP] Introduce GOMP mutexinoutset in the runtime
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Sep 7 22:04:19 PDT 2020
jlpeyton created this revision.
jlpeyton added a reviewer: AndreyChurbanov.
jlpeyton added a project: OpenMP.
Herald added subscribers: jfb, guansong, yaxunl.
jlpeyton requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
Encapsulate GOMP task dependencies in separate class and introduce the
new mutexinoutset dependency type. This separate class allows
future GOMP task APIs easier access to the task dependency functionality
and better ability to propagate new dependency types to all existing GOMP
task APIs which use task dependencies.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D87267
Files:
openmp/runtime/src/i18n/en_US.txt
openmp/runtime/src/kmp_gsupport.cpp
openmp/runtime/test/tasking/omp50_task_depend_mtx3.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87267.290403.patch
Type: text/x-patch
Size: 6317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200908/a3dc7e2e/attachment.bin>
More information about the Openmp-commits
mailing list