[Openmp-commits] [PATCH] D110180: [OpenMP] Add support for changing stack size in device RTL
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Sep 22 09:31:08 PDT 2021
tianshilei1992 added inline comments.
================
Comment at: openmp/libomptarget/plugins/cuda/src/rtl.cpp:1240
+ DynamicSharedMemory +=
+ RoundUp(KernelInfo->StackSize, 8) +
+ RoundUp(CudaThreadsPerBlock, DeviceData[DeviceId].WarpSize);
----------------
`+`? Not `*`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110180/new/
https://reviews.llvm.org/D110180
More information about the Openmp-commits
mailing list