diff options
| author | Joachim Protze <protze@itc.rwth-aachen.de> | 2017-11-03 17:09:00 +0000 |
|---|---|---|
| committer | Joachim Protze <protze@itc.rwth-aachen.de> | 2017-11-03 17:09:00 +0000 |
| commit | 924cff0a3988975996bd5808d3b64e320ee73c84 (patch) | |
| tree | 5edc1962bf09dd928fb534aa288d7c7b0c525c96 /openmp/runtime/test/ompt/tasks | |
| parent | 741572593f56d054dcd01118960ace51b6f27b71 (diff) | |
| download | bcm5719-llvm-924cff0a3988975996bd5808d3b64e320ee73c84.tar.gz bcm5719-llvm-924cff0a3988975996bd5808d3b64e320ee73c84.zip | |
Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)
The TR6 document is expected to be publically released around November 15.
This patch does not implement OMPT for libomptarget.
Patch by Simon Convent and Joachim Protze
Differential Revision: https://reviews.llvm.org/D39182
llvm-svn: 317339
Diffstat (limited to 'openmp/runtime/test/ompt/tasks')
| -rw-r--r-- | openmp/runtime/test/ompt/tasks/dependences.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/runtime/test/ompt/tasks/dependences.c b/openmp/runtime/test/ompt/tasks/dependences.c index 32817c4e2dd..fa1b984cc17 100644 --- a/openmp/runtime/test/ompt/tasks/dependences.c +++ b/openmp/runtime/test/ompt/tasks/dependences.c @@ -16,7 +16,7 @@ int main() #pragma omp task depend(out:x) { x++; - delay(100); + usleep(100); } print_fuzzy_address(1); |

