[Openmp-commits] [PATCH] D57969: [OpenMP] Adding GOMP compatible cancellation
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Feb 8 12:18:13 PST 2019
jlpeyton created this revision.
jlpeyton added reviewers: tlwilmar, AndreyChurbanov, hbae, omalyshe.
jlpeyton added a project: OpenMP.
Herald added subscribers: jfb, guansong.
Remove fatal error messages from the cancellation API for GOMP
Add __kmp_barrier_gomp_cancel() to implement cancellation of parallel regions.
This new function uses the linear barrier algorithm with a cancellable nonsleepable wait loop.
Repository:
rOMP OpenMP
https://reviews.llvm.org/D57969
Files:
runtime/src/kmp.h
runtime/src/kmp_barrier.cpp
runtime/src/kmp_ftn_os.h
runtime/src/kmp_gsupport.cpp
runtime/src/kmp_wait_release.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57969.186025.patch
Type: text/x-patch
Size: 21704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190208/89168f20/attachment-0001.bin>
More information about the Openmp-commits
mailing list