[Openmp-commits] [PATCH] D107164: [OpenMP][Offloading] Remove task wait in nowait interfaces
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jul 30 07:18:03 PDT 2021
tianshilei1992 created this revision.
tianshilei1992 added reviewers: JonChesterfield, jdoerfert.
Herald added subscribers: guansong, yaxunl.
tianshilei1992 requested review of this revision.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.
Clang currently generate enough number of arguments for nowait interface functions.
However, in `libomptarget`, these arguments are used.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D107164
Files:
openmp/libomptarget/src/interface.cpp
openmp/libomptarget/src/private.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107164.363081.patch
Type: text/x-patch
Size: 5071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210730/3c81b453/attachment.bin>
More information about the Openmp-commits
mailing list