[PATCH] D110108: [OpenMP] Add clang option to change device RTL stack size

Shilei Tian via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 20 18:24:46 PDT 2021


tianshilei1992 added inline comments.


================
Comment at: clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:1057
+
+  Bld.restoreIP(OMPBuilder.createTargetInit(Bld, IsSPMD, requiresFullRuntime(),
+                                            StackSize));
----------------
Do we want to check somewhere if it's a valid value?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110108



More information about the cfe-commits mailing list