[Openmp-commits] [PATCH] D66846: [libomptarget] Refactor macros from omptarget-nvptx to inline functions
Alexey Bataev via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Aug 27 18:04:34 PDT 2019
ABataev added inline comments.
================
Comment at: openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h:86
+#if CUDA_VERSION >= 9000
+ return __syncwarp(Mask);
+#else
----------------
No need for return here, just function call
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66846/new/
https://reviews.llvm.org/D66846
More information about the Openmp-commits
mailing list