[Openmp-commits] [PATCH] D87680: [OpenMP][OMPT] Update OMPT tests for newly added GOMP interface patches

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 15 03:27:05 PDT 2020


protze.joachim created this revision.
protze.joachim added reviewers: jlpeyton, hbae, AndreyChurbanov.
protze.joachim added a project: OpenMP.
Herald added subscribers: aaron.ballman, guansong, yaxunl.
protze.joachim requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.

This patch updates the expected results for the GOMP interface patches: D87267 <https://reviews.llvm.org/D87267>, D87269 <https://reviews.llvm.org/D87269>, and D87271 <https://reviews.llvm.org/D87271>.
The taskwait-depend test is changed to really use taskwait-depend and copied to an task_if0-depend test.

The mutexinoutset test currently still fails with gcc-9/10. The runtime thinks, the dependency would be inoutset instread of mutexinoutset.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87680

Files:
  openmp/runtime/src/kmp_gsupport.cpp
  openmp/runtime/src/kmp_taskdeps.cpp
  openmp/runtime/src/ompt-specific.h
  openmp/runtime/test/ompt/tasks/dependences_mutexinoutset.c
  openmp/runtime/test/ompt/tasks/task_if0-depend.c
  openmp/runtime/test/ompt/tasks/taskwait-depend.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87680.291853.patch
Type: text/x-patch
Size: 7465 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20200915/5247374a/attachment.bin>


More information about the Openmp-commits mailing list