[llvm] [Offload][OMPX] Add the runtime support for multi-dim grid and block (PR #118042)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 28 18:09:18 PST 2024
================
@@ -218,6 +218,7 @@ if(LIBOMPTARGET_CMAKE_BUILD_TYPE MATCHES debug)
else()
option(LIBOMPTARGET_ENABLE_DEBUG "Allow debug output with the environment variable LIBOMPTARGET_DEBUG=1" OFF)
endif()
+option(LIBOMPTARGET_ENABLE_DEBUG "Allow debug output with the environment variable LIBOMPTARGET_DEBUG=1" ON)
----------------
shiltian wrote:
Hmm, this is for debug only...
https://github.com/llvm/llvm-project/pull/118042
More information about the llvm-commits
mailing list