[Openmp-commits] [PATCH] D77005: [OpenMP] Optimized stream selection by scheduling data mapping for the same target region into a same stream
Lingda Li via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 30 05:55:20 PDT 2020
lildmh added inline comments.
================
Comment at: openmp/libomptarget/include/omptarget.h:119
+};
+
#ifdef __cplusplus
----------------
Do you need a clang patch to generate code for this structure and new APIs?
================
Comment at: openmp/libomptarget/plugins/cuda/src/rtl.cpp:909
+ // If there is no any information, just return
+ if (!async_info->Identifier) {
+ return OFFLOAD_SUCCESS;
----------------
It seems no synchronization by default, not aligned with the original behavior
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77005/new/
https://reviews.llvm.org/D77005
More information about the Openmp-commits
mailing list