[Openmp-commits] [PATCH] D66853: [libomptarget] Refactor shfl_down_sync macro to inline function

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 27 18:10:51 PDT 2019


ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.

LG with a nit



================
Comment at: openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h:54
+  return __shfl_down(Var, Delta, Width);
+#endif
+}
----------------
`#endif // CUDA_VERSION`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66853/new/

https://reviews.llvm.org/D66853





More information about the Openmp-commits mailing list