Home
last modified time | relevance | path

Searched refs:__kmpc_impl_min (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dreduction.cu263 unsigned NumRecs = __kmpc_impl_min(NumTeams, uint32_t(num_of_records)); in __kmpc_nvptx_teams_reduce_nowait_v2()
270 NumThreads = roundToWarpsize(__kmpc_impl_min(NumThreads, NumRecs)); in __kmpc_nvptx_teams_reduce_nowait_v2()
285 uint32_t ActiveThreads = __kmpc_impl_min(NumRecs, NumThreads); in __kmpc_nvptx_teams_reduce_nowait_v2()
/external/llvm-project/openmp/libomptarget/deviceRTLs/amdgcn/src/
Dtarget_impl.h94 template <typename T> INLINE T __kmpc_impl_min(T x, T y) { in __kmpc_impl_min() function
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/src/
Dtarget_impl.h130 template <typename T> INLINE T __kmpc_impl_min(T x, T y) { in __kmpc_impl_min() function