Home
last modified time | relevance | path

Searched defs:GetThreadIdInBlock (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/openmp/libomptarget/deviceRTLs/amdgcn/src/
Dtarget_impl.h131 INLINE int GetThreadIdInBlock() { return __builtin_amdgcn_workitem_id_x(); } in GetThreadIdInBlock() function
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/src/
Dtarget_impl.h206 INLINE int GetThreadIdInBlock() { return threadIdx.x; } in GetThreadIdInBlock() function