aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/cl_kernels/gather.cl
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2019-01-16 11:18:15 +0000
committerManuel Bottini <manuel.bottini@arm.com>2019-01-21 13:54:01 +0000
commit7ad6257ff09c94aade46ce5d02b644821235121a (patch)
tree246c3c266413ef431ff2794a46d5666ee92c8438 /src/core/CL/cl_kernels/gather.cl
parent3de4c73ffee79570c876e191541afc79f143d7a0 (diff)
downloadComputeLibrary-7ad6257ff09c94aade46ce5d02b644821235121a.tar.gz
COMPMID-1727: CL: Implement Gather - support S32 indices
Change-Id: Ib0298dc75d25acf8db2262c0ab73ecaa6fec636c Reviewed-on: https://review.mlplatform.org/522 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/core/CL/cl_kernels/gather.cl')
-rw-r--r--src/core/CL/cl_kernels/gather.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CL/cl_kernels/gather.cl b/src/core/CL/cl_kernels/gather.cl
index 34593ef60f..d6fe52d9d5 100644
--- a/src/core/CL/cl_kernels/gather.cl
+++ b/src/core/CL/cl_kernels/gather.cl
@@ -42,7 +42,7 @@
* @param[in] input_stride_w Stride of the source tensor in Z dimension (in bytes)
* @param[in] input_step_w input_stride_w * number of elements along W processed per work item (in bytes)
* @param[in] input_offset_first_element_in_bytes Offset of the first element in the source tensor
- * @param[in] indices_ptr Pointer to the indices vector. Supported data types: U32.
+ * @param[in] indices_ptr Pointer to the indices vector. Supported data types: S32/U32.
* @param[in] indices_stride_x Stride of the indices vector in X dimension (in bytes)
* @param[in] indices_step_x input_stride_x * number of elements along X processed per work item (in bytes)
* @param[in] indices_offset_first_element_in_bytes Offset of the first element in the indices vector