[Openmp-commits] [PATCH] D116908: [OpenMP][1/3] Introduce the KernelEnvironment into the device runtimes
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jan 21 14:23:53 PST 2022
jdoerfert added inline comments.
================
Comment at: openmp/libomptarget/DeviceRTL/src/Debug.cpp:76
+ mapping::getThreadIdInBlock() == 0 && mapping::getBlockId() == 0) {
+ uint16_t Level = state::getKernelEnvironment().DebugIndentionLevel;
Level--;
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116908/new/
https://reviews.llvm.org/D116908
More information about the Openmp-commits
mailing list