Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp333 int EnvTeamThreadLimit; member in __anondfa3b3cd0111::DeviceRTLTy
503 EnvTeamThreadLimit(-1), RequiresFlags(OMP_REQ_UNDEFINED), in DeviceRTLTy()
547 EnvTeamThreadLimit = std::stoi(EnvStr); in DeviceRTLTy()
548 DP("Parsed OMP_TEAMS_THREAD_LIMIT=%d\n", EnvTeamThreadLimit); in DeviceRTLTy()
676 if (EnvTeamThreadLimit > 0 && in initDevice()
677 DeviceData[DeviceId].ThreadsPerBlock > EnvTeamThreadLimit) { in initDevice()
680 DeviceData[DeviceId].ThreadsPerBlock, EnvTeamThreadLimit); in initDevice()
681 DeviceData[DeviceId].ThreadsPerBlock = EnvTeamThreadLimit; in initDevice()