Searched refs:NumRecs (Results 1 – 1 of 1) sorted by relevance
260 unsigned NumRecs = kmpcMin(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2() local265 if (ThreadId >= NumRecs) in __kmpc_nvptx_teams_reduce_nowait_v2()267 NumThreads = roundToWarpsize(kmpcMin(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()273 for (uint32_t i = NumThreads + ThreadId; i < NumRecs; i += NumThreads) in __kmpc_nvptx_teams_reduce_nowait_v2()282 uint32_t ActiveThreads = kmpcMin(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()