Home
last modified time | relevance | path

Searched defs:get_cluster_id (Results 1 – 3 of 3) sorted by relevance

/external/llvm-libc/src/__support/GPU/generic/
Dutils.h78 LIBC_INLINE uint32_t get_cluster_id() { return 0; } in get_cluster_id() function
/external/llvm-libc/src/__support/GPU/amdgpu/
Dutils.h178 LIBC_INLINE uint32_t get_cluster_id() { return 0; } in get_cluster_id() function
/external/llvm-libc/src/__support/GPU/nvptx/
Dutils.h154 LIBC_INLINE uint32_t get_cluster_id() { return __nvvm_read_ptx_sreg_smid(); } in get_cluster_id() function