[Openmp-commits] [PATCH] D61801: [OPENMP][NVPTX]Simplify handling of thread limit, NFC.

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri May 10 12:48:55 PDT 2019


ABataev created this revision.
ABataev added reviewers: grokos, kkwli0, gtbercea.
Herald added subscribers: jdoerfert, guansong.
Herald added a project: OpenMP.

Patch improves performance of the full runtime mode by moving
threads limit counter to the shared memory. It also allows to save
global memory.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D61801

Files:
  libomptarget/deviceRTLs/nvptx/src/libcall.cu
  libomptarget/deviceRTLs/nvptx/src/omp_data.cu
  libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.cu
  libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h
  libomptarget/deviceRTLs/nvptx/src/omptarget-nvptxi.h
  libomptarget/deviceRTLs/nvptx/src/parallel.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61801.199061.patch
Type: text/x-patch
Size: 8252 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20190510/0af6801a/attachment.bin>


More information about the Openmp-commits mailing list