[Openmp-commits] [PATCH] D38185: Implementation of OMPT as specified in OpenMP 5.0 Preview 1

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 23 08:53:57 PST 2018


protze.joachim added a comment.

In https://reviews.llvm.org/D38185#985047, @hans wrote:

> Also, r317085 doesn't seem to have gone to any mailing list, which is unfortunate. Maybe because the committer was not subscribed and it got stuck in moderation.


I think at the time of the commit, I was not subscribed with the matching mail address :( And I guess the size of the diff might also be a reason for the mailing list to put the mail on wait.

Of the failing tests, we only added one with the OMPT commit:

>   libomp :: misc_bugs/omp_foreign_thread_team_reuse.c

https://reviews.llvm.org/D23084

>   libomp :: ompt/misc/control_tool_no_ompt_support.c

by this commit.

>   libomp :: tasking/bug_nested_proxy_task.c

https://reviews.llvm.org/D23115

>   libomp :: tasking/bug_proxy_task_dep_waiting.c

https://reviews.llvm.org/D23116

I uploaded a diff, that should address all the broken test cases:
https://reviews.llvm.org/D42427


Repository:
  rL LLVM

https://reviews.llvm.org/D38185





More information about the Openmp-commits mailing list