[Openmp-commits] [PATCH] D99447: [OpenMP] Define omp_is_initial_device() variants in omp.h
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Mar 26 16:09:51 PDT 2021
jdoerfert added a comment.
Cool, can we get rid of the clang builtin while we are at it?
================
Comment at: openmp/runtime/src/include/omp.h.var:479
+# endif
+
# undef __KAI_KMPC_CONVENTION
----------------
Do we want them to be static? I would have expected odr linkage instead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99447/new/
https://reviews.llvm.org/D99447
More information about the Openmp-commits
mailing list