[Openmp-commits] [PATCH] D106033: [OpenMP] Folding threadLimit and numThreads when single value in kernels

Jose Manuel Monsalve Diaz via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Jul 22 20:21:15 PDT 2021


josemonsalve2 marked 7 inline comments as done and an inline comment as not done.
josemonsalve2 added inline comments.


================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPKinds.def:208
 
+__OMP_RTL(__kmpc_get_hardware_num_blocks, false, Int32, )
+__OMP_RTL(__kmpc_get_hardware_num_threads_in_block, false, Int32, )
----------------
tianshilei1992 wrote:
> Probably worth a separate patch to add them.
Do you mean just to add these 4 lines? Or should I add these lines to the front end patch D106298? 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106033



More information about the Openmp-commits mailing list