[Openmp-commits] [PATCH] D81807: [OpenMP][OMPT] Add callbacks for doacross loops

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jun 15 09:47:02 PDT 2020


protze.joachim marked an inline comment as done.
protze.joachim added inline comments.


================
Comment at: openmp/runtime/src/kmp_csupport.cpp:4027
+#if OMPT_SUPPORT && OMPT_OPTIONAL
+  ompt_dependence_t deps[num_dims];
+#endif
----------------
clang-tidy (Harbormaster) thinks, this should be Deps. From my perspective, this would not match kmp code style.
As I understand Harbormaster, this is the only failure.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81807





More information about the Openmp-commits mailing list