Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DWorkshare.cpp121 int numberOfActiveOMPThreads = omp_get_num_threads(); in for_static_init() local
125 ASSERT0(LT_FUSSY, gtid < numberOfActiveOMPThreads, in for_static_init()
139 numberOfActiveOMPThreads); in for_static_init()
148 T span = (tripCount + numberOfActiveOMPThreads - 1) / in for_static_init()
149 numberOfActiveOMPThreads; in for_static_init()
156 numberOfActiveOMPThreads); in for_static_init()
165 numberOfActiveOMPThreads); in for_static_init()
183 numberOfActiveOMPThreads * omp_get_team_num() + gtid, in for_static_init()
184 omp_get_num_teams() * numberOfActiveOMPThreads); in for_static_init()
190 numberOfActiveOMPThreads); in for_static_init()