Searched refs:GetOmpTeamId (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/ |
D | support.h | 61 DEVICE int GetOmpTeamId(); // omp_team_num
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | support.cu | 172 DEVICE int GetOmpTeamId() { in GetOmpTeamId() function
|
D | loop.cu | 157 ForStaticChunk(lastiter, lb, ub, stride, chunk, GetOmpTeamId(), in for_static_init() 163 ForStaticNoChunk(lastiter, lb, ub, stride, chunk, GetOmpTeamId(), in for_static_init() 169 numberOfActiveOMPThreads * GetOmpTeamId() + gtid, in for_static_init()
|
D | libcall.cu | 314 int rc = GetOmpTeamId(); in omp_get_team_num()
|