Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dreduction.cu190 int32_t num_of_records, void *reduce_data, kmp_ShuffleReductFctPtr shflFct, in __kmpc_nvptx_teams_reduce_nowait_v2() argument
219 if (TeamId < Bound + num_of_records) in __kmpc_nvptx_teams_reduce_nowait_v2()
224 int ModBockId = TeamId % num_of_records; in __kmpc_nvptx_teams_reduce_nowait_v2()
225 if (TeamId < num_of_records) in __kmpc_nvptx_teams_reduce_nowait_v2()
234 ChunkTeamCount = __kmpc_atomic_inc((uint32_t *)&Cnt, num_of_records - 1u); in __kmpc_nvptx_teams_reduce_nowait_v2()
263 unsigned NumRecs = __kmpc_impl_min(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2()
306 if (IsMaster && ChunkTeamCount == num_of_records - 1) { in __kmpc_nvptx_teams_reduce_nowait_v2()
309 __kmpc_atomic_add((uint32_t *)&IterCnt, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2()
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h353 int32_t num_of_records, void *reduce_data, kmp_ShuffleReductFctPtr shflFct,