Home
last modified time | relevance | path

Searched refs:GetBlockIdInKernel (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Ddebug.h134 printf(fmt, (int)GetBlockIdInKernel(), (int)GetThreadIdInBlock(), in log()
145 printf(fmt, (int)GetBlockIdInKernel(), (int)GetThreadIdInBlock(), in check()
Domptargeti.h221 unsigned i = hash(GetBlockIdInKernel()); in Acquire()
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/src/
Dtarget_impl.cu37 if (cycles >= __OMP_SPIN * GetBlockIdInKernel()) { in __kmpc_impl_set_lock()
Dtarget_impl.h207 INLINE int GetBlockIdInKernel() { return blockIdx.x; } in GetBlockIdInKernel() function
/external/llvm-project/openmp/libomptarget/deviceRTLs/amdgcn/src/
Dtarget_impl.h132 INLINE int GetBlockIdInKernel() { return __builtin_amdgcn_workgroup_id_x(); } in GetBlockIdInKernel() function
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dsupport.cu174 return GetBlockIdInKernel(); // assume 1 block per team in GetOmpTeamId()
Dreduction.cu207 uint32_t TeamId = GetBlockIdInKernel(); in __kmpc_nvptx_teams_reduce_nowait_v2()