[Openmp-commits] [PATCH] D110430: [OpenMP] Add new worksharing definitions into device RTL

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Sep 24 10:14:18 PDT 2021


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

This path defines the newly added `__kmpc_disitrute_static_init`
functions in the device runtime library. These functions are currently
exact copies of the current worksharing method but can be tuned later.

Depends on D110429 <https://reviews.llvm.org/D110429>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110430

Files:
  openmp/libomptarget/DeviceRTL/src/Workshare.cpp
  openmp/libomptarget/deviceRTLs/common/src/loop.cu
  openmp/libomptarget/deviceRTLs/interface.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110430.374896.patch
Type: text/x-patch
Size: 8477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210924/1bd97f67/attachment.bin>


More information about the Openmp-commits mailing list