[Openmp-commits] [PATCH] D105697: [libomptarget][nfc] Drop dead code in parallel_51

Jon Chesterfield via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jul 9 06:04:50 PDT 2021


JonChesterfield added inline comments.
Herald added a subscriber: sstefan1.


================
Comment at: openmp/libomptarget/deviceRTLs/common/src/parallel.cu:327
   // Master signals work to activate workers.
   __kmpc_barrier_simple_spmd(nullptr, 0);
 
----------------
Checked the implementation of this, it does not access parallelLevel.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105697



More information about the Openmp-commits mailing list