[Openmp-commits] [PATCH] D88474: [nfc][libomptarget] Drop parameter to named_sync

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 29 03:28:16 PDT 2020


JonChesterfield added inline comments.


================
Comment at: openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.h:113
+INLINE void __kmpc_impl_named_sync(uint32_t num_threads) {
+  (void)num_threads;
+  // TODO: Implement on top of __SHARED__
----------------
The comment removed here refers to some amdgcn specific patches to CGOpenMP codegen which are not on trunk, are no longer on aomp and are in the process of being removed from rocm.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88474



More information about the Openmp-commits mailing list