Home
last modified time | relevance | path

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

/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/nvptx/src/
Dtarget_impl.h207 INLINE int GetBlockIdInKernel() { return blockIdx.x; } in GetBlockIdInKernel() function