[Openmp-commits] [PATCH] D106390: [OpenMP] Renaming RT functions `GetNumberOfBlocksInKernel` and `GetNumberOfThreadsInBlock`

Jose Manuel Monsalve Diaz via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jul 20 12:51:02 PDT 2021


josemonsalve2 created this revision.
josemonsalve2 added reviewers: jdoerfert, tianshilei1992, JonChesterfield, ggeorgakoudis, jhuber6.
Herald added subscribers: guansong, yaxunl, jvesely.
josemonsalve2 requested review of this revision.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.

These functions should follow the camel case convention. These are really easy to change
and are needed for D106033 <https://reviews.llvm.org/D106033>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106390

Files:
  openmp/libomptarget/deviceRTLs/amdgcn/src/target_impl.hip
  openmp/libomptarget/deviceRTLs/common/src/libcall.cu
  openmp/libomptarget/deviceRTLs/common/src/omptarget.cu
  openmp/libomptarget/deviceRTLs/common/src/reduction.cu
  openmp/libomptarget/deviceRTLs/common/src/support.cu
  openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.cu
  openmp/libomptarget/deviceRTLs/target_interface.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106390.360243.patch
Type: text/x-patch
Size: 6155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210720/470d80db/attachment-0001.bin>


More information about the Openmp-commits mailing list