[Openmp-commits] [PATCH] D87267: [OpenMP] Introduce GOMP mutexinoutset in the runtime

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


protze.joachim added a comment.

With this patch, I would expect `runtime/test/ompt/tasks/dependences_mutexinoutset.c` to succeed. Running the test with gcc-9/10, this test reports the dependency as `ompt_dependence_type_inout` and not `ompt_dependence_type_mutexinoutset`. Since the OMPT interface just translates the internal values, I assume something is wrong with the flags of the dependency.

I created D87680 <https://reviews.llvm.org/D87680> with the updated expected OMPT test results.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87267/new/

https://reviews.llvm.org/D87267



More information about the Openmp-commits mailing list