[PATCH] D106460: [OpenMP] Add new execution mode for SPMD execution with Generic semantics

Shilei Tian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 22 18:40:34 PDT 2021


tianshilei1992 added inline comments.


================
Comment at: openmp/libomptarget/plugins/cuda/src/rtl.cpp:1097
+         (KernelInfo->ExecutionMode != SPMD 
+             ? (KernelInfo->ExecutionMode == GENERIC ? "Generic" : "SPMD-Generic")
+             : "SPMD"));
----------------
This line exceeds character limits.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106460/new/

https://reviews.llvm.org/D106460



More information about the llvm-commits mailing list