[Openmp-commits] [PATCH] D106437: [Libomptarget] Introduce new main thread ID runtime function
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Jul 21 07:44:28 PDT 2021
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LG, one nit.
================
Comment at: openmp/libomptarget/deviceRTLs/interface.h:457
+/// Return true if the hardware thread id \p Tid represents the OpenMP main
+/// thread.
+EXTERN int8_t __kmpc_is_generic_main_thread_id(kmp_int32 Tid);
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106437/new/
https://reviews.llvm.org/D106437
More information about the Openmp-commits
mailing list