Home
last modified time | relevance | path

Searched refs:EnvStr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/openmp/libomptarget/include/
DDebug.h45 if (char *EnvStr = getenv("LIBOMPTARGET_INFO")) in getInfoLevel() local
46 InfoLevel = std::stoi(EnvStr); in getInfoLevel()
56 if (char *EnvStr = getenv("LIBOMPTARGET_DEBUG")) in getDebugLevel() local
57 DebugLevel = std::stoi(EnvStr); in getDebugLevel()
/external/llvm-project/openmp/libomptarget/plugins/cuda/src/
Drtl.cpp178 if (const char *EnvStr = getenv("LIBOMPTARGET_NUM_INITIAL_STREAMS")) in StreamManagerTy() local
179 EnvNumInitialStreams = std::stoi(EnvStr); in StreamManagerTy()
358 if (const char *EnvStr = getenv("OMP_TEAM_LIMIT")) { in DeviceRTLTy() local
360 EnvTeamLimit = std::stoi(EnvStr); in DeviceRTLTy()
363 if (const char *EnvStr = getenv("OMP_NUM_TEAMS")) { in DeviceRTLTy() local
365 EnvNumTeams = std::stoi(EnvStr); in DeviceRTLTy()
684 if (const char *EnvStr = getenv("LIBOMPTARGET_DEVICE_RTL_DEBUG")) in loadBinary() local
685 DeviceEnv.debug_level = std::stoi(EnvStr); in loadBinary()