[Openmp-commits] [PATCH] D95298: [OpenMP][libomptarget][WIP] Refined the file structure of `deviceRTLs`
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Jan 23 14:59:06 PST 2021
tianshilei1992 added inline comments.
================
Comment at: openmp/libomptarget/deviceRTLs/target_interface.h:80
+// Barrier until num_threads arrive.
+DEVICE void __kmpc_impl_named_sync(uint32_t num_threads);
+
----------------
should be `EXTERN void __kmpc_impl_named_sync(uint32_t num_threads);`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95298/new/
https://reviews.llvm.org/D95298
More information about the Openmp-commits
mailing list