[Openmp-commits] [PATCH] D153837: Synchronize after each GPU action in the nextgen plugin
Ye Luo via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jul 24 09:52:46 PDT 2023
ye-luo added inline comments.
================
Comment at: openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp:953
auto Err = dataExchangeImpl(SrcPtr, DstDev, DstPtr, Size, AsyncInfoWrapper);
+
AsyncInfoWrapper.finalize(Err);
----------------
Better also remove all the added empty lines.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153837/new/
https://reviews.llvm.org/D153837
More information about the Openmp-commits
mailing list