[Openmp-commits] [PATCH] D157605: [OpenMP][OMPT] Fix `target enter data` callback ordering & reported device num
Michael Halkenhäuser via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Aug 16 08:35:13 PDT 2023
mhalk updated this revision to Diff 550771.
mhalk added a comment.
Removed helper function in favor of assert + callback selection via ternary ops.
Thanks @dhruvachak, was not quite sure if that would be acceptable.
Either way, this seems less invasive to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157605/new/
https://reviews.llvm.org/D157605
Files:
openmp/libomptarget/src/interface.cpp
openmp/libomptarget/test/ompt/veccopy_data.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157605.550771.patch
Type: text/x-patch
Size: 8337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230816/fdb10ec2/attachment-0001.bin>
More information about the Openmp-commits
mailing list