[Openmp-commits] [PATCH] D106460: [OpenMP] Add new execution mode for SPMD execution with Generic semantics
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jul 22 18:53:48 PDT 2021
jhuber6 added inline comments.
================
Comment at: openmp/libomptarget/plugins/cuda/src/rtl.cpp:1097
+ (KernelInfo->ExecutionMode != SPMD
+ ? (KernelInfo->ExecutionMode == GENERIC ? "Generic" : "SPMD-Generic")
+ : "SPMD"));
----------------
tianshilei1992 wrote:
> This line exceeds character limits.
Fixed it rG76c0c0ca86a1.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106460/new/
https://reviews.llvm.org/D106460
More information about the Openmp-commits
mailing list