Searched refs:cpyFct (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Reduction.cpp | 72 InterWarpCopyFnTy cpyFct, in nvptx_parallel_reduce_nowait() argument 115 cpyFct(reduce_data, WarpsNeeded); in nvptx_parallel_reduce_nowait() 146 cpyFct(reduce_data, WarpsNeeded); in nvptx_parallel_reduce_nowait() 178 void *reduce_data, ShuffleReductFnTy shflFct, InterWarpCopyFnTy cpyFct) { in __kmpc_nvptx_parallel_reduce_nowait_v2() argument 181 shflFct, cpyFct, mapping::isSPMDMode(), in __kmpc_nvptx_parallel_reduce_nowait_v2() 187 void *reduce_data, ShuffleReductFnTy shflFct, InterWarpCopyFnTy cpyFct, in __kmpc_nvptx_teams_reduce_nowait_v2() argument 288 cpyFct(reduce_data, WarpsNeeded); in __kmpc_nvptx_teams_reduce_nowait_v2()
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/ |
| H A D | Interface.h | 235 void *reduce_data, ShuffleReductFnTy shflFct, InterWarpCopyFnTy cpyFct); 239 void *reduce_data, ShuffleReductFnTy shflFct, InterWarpCopyFnTy cpyFct,
|