-
- Downloads
There was an error fetching the commit references. Please try again later.
[OpenMP] Fix OMPT cancellation test for GOMP
The GOMP sections interface uses schedule(dynamic) dispatch so it cannot be assumed which thread executes the cancel and which thread executes the cancellation point. This patch allows either thread to execute either section. git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@356302 91177308-0d34-0410-b5e6-96231b3b80d8
Please register or sign in to comment