Searched refs:InterWarpCopyFnTy (Results 1 – 3 of 3) 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() 178 void *reduce_data, ShuffleReductFnTy shflFct, InterWarpCopyFnTy cpyFct) { in __kmpc_nvptx_parallel_reduce_nowait_v2() 187 void *reduce_data, ShuffleReductFnTy shflFct, InterWarpCopyFnTy cpyFct, 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,
|
| H A D | Types.h | 168 using InterWarpCopyFnTy = void (*)(void *src, int32_t warp_num); variable
|