[Openmp-commits] [PATCH] D132005: [OpenMP] Add non-blocking support for target nowait regions

Guilherme Valarini via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Sep 14 13:23:55 PDT 2022


gValarini marked an inline comment as done.
gValarini added inline comments.


================
Comment at: openmp/runtime/src/kmp_tasking.cpp:5187
+ at return Returns true if the current thread of the given thread has a task team
+allocated to it.
+
----------------
jdoerfert wrote:
> current task?
Typo. It should have been `current thread`!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132005



More information about the Openmp-commits mailing list