[Openmp-commits] [PATCH] D66846: [libomptarget] Refactor macros from omptarget-nvptx to inline functions

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 27 18:24:45 PDT 2019


JonChesterfield marked 2 inline comments as done.
JonChesterfield added inline comments.


================
Comment at: openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h:86
+#if CUDA_VERSION >= 9000
+  return __syncwarp(Mask);
+#else
----------------
ABataev wrote:
> No need for return here, just function call
Yep, thanks


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