Home
last modified time | relevance | path

Searched defs:WarpsNeeded (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dreduction.cu99 uint32_t WarpsNeeded = (NumThreads + WARPSIZE - 1) / WARPSIZE; in nvptx_parallel_reduce_nowait() local
145 uint32_t WarpsNeeded = (NumThreads + WARPSIZE - 1) / WARPSIZE; in nvptx_parallel_reduce_nowait() local
287 uint32_t WarpsNeeded = (ActiveThreads + WARPSIZE - 1) / WARPSIZE; in __kmpc_nvptx_teams_reduce_nowait_v2() local