[Openmp-commits] [PATCH] D94728: [libomptarget][nvptx][nfc] Move target_impl functions out of header
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jan 14 16:11:20 PST 2021
tianshilei1992 added inline comments.
================
Comment at: openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.cu:59
+// In Cuda 9.0, __ballot(1) from Cuda 8.0 is replaced with __activemask().
+
+DEVICE __kmpc_impl_lanemask_t __kmpc_impl_activemask() {
----------------
I'd not have a blank line here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94728/new/
https://reviews.llvm.org/D94728
More information about the Openmp-commits
mailing list