[Openmp-commits] [PATCH] D88602: [libomptarget][amdgcn] Implement partial barrier

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Oct 12 13:28:06 PDT 2020


JonChesterfield added inline comments.


================
Comment at: openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h:114
+
+DEVICE void __kmpc_impl_named_sync(uint32_t num_threads);
 
----------------
jdoerfert wrote:
> Add some (brief) documentation to the two methods please.
Good call. Added a brief comment to amdgcn and nvptx.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88602



More information about the Openmp-commits mailing list