Searched refs:EnvTeamThreadLimit (Results 1 – 1 of 1) sorted by relevance
333 int EnvTeamThreadLimit; member in __anondfa3b3cd0111::DeviceRTLTy503 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()