summaryrefslogtreecommitdiff
path: root/kernels/compiler_get_sub_group_local_id.cl
AgeCommit message (Collapse)AuthorFilesLines
2016-01-08change built-in function name from get_sub_group_id to get_sub_group_local_idGuo Yejun1-0/+8
Fix bug at https://bugs.freedesktop.org/show_bug.cgi?id=93469 The fucntion is mapped to OP_SIMD_ID which returns the SIMD lane ID. However, the SIMD lane ID is the equivalent of get_sub_group_local_id(). contributor: Georg Kolling <georg.kolling@gmail.com> Signed-off-by: Guo Yejun <yejun.guo@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>