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

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 23 09:06:55 PST 2018


Hahnfeld added a comment.

In https://reviews.llvm.org/D38185#985231, @protze.joachim wrote:

> 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


Except for the OMPT test all of those were in August 2016 (!) and should be in 4.0 and 5.0...

> Does the runtime not have test coverage on buildbots?

Not on Windows and not as good as I would like it to be on Linux. We (IT Center, RWTH Aachen University) are looking into improving the latter. Meanwhile, Intel is saying that they do extensive testing of the runtime - whatever that means on Windows...


Repository:
  rL LLVM

https://reviews.llvm.org/D38185





More information about the Openmp-commits mailing list