Searched refs:gpu_irregular_warp_reduce (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/ |
D | reduction.cu | 43 INLINE static void gpu_irregular_warp_reduce(void *reduce_data, in gpu_irregular_warp_reduce() function 109 gpu_irregular_warp_reduce(reduce_data, shflFct, in nvptx_parallel_reduce_nowait() 123 gpu_irregular_warp_reduce(reduce_data, shflFct, WarpsNeeded, in nvptx_parallel_reduce_nowait() 132 gpu_irregular_warp_reduce(reduce_data, shflFct, in nvptx_parallel_reduce_nowait() 152 gpu_irregular_warp_reduce(reduce_data, shflFct, WarpsNeeded, in nvptx_parallel_reduce_nowait() 294 gpu_irregular_warp_reduce(reduce_data, shflFct, WarpsNeeded, in __kmpc_nvptx_teams_reduce_nowait_v2()
|
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/docs/ |
D | ReductionDesign.txt | 132 gpu_irregular_warp_reduce(void *reduce_data, 267 gpu_irregular_warp_reduce(reduce_data, shuflReduceFn, thread_num, 279 gpu_irregular_warp_reduce(reduce_data, shuflReduceFn, warp_needed,
|