[Openmp-commits] [PATCH] D66857: [libomptarget] Refactor syncwarp macro to inline function

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 27 18:29:44 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:50
+  // In Cuda < 9.0 no need to sync threads in warps.
+#endif
+}
----------------
`#endif // CUDA_VERSION`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66857





More information about the Openmp-commits mailing list