aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/cl_kernels/gemm.cl
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2018-06-21 17:50:25 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:53:09 +0000
commitcfac9a18e477dcdf7a0c5d961edf6065131870df (patch)
tree8d52516cfc43ca2fa36810289e587dc608de8d87 /src/core/CL/cl_kernels/gemm.cl
parent80d65d8f27f3ade2b461517c4fa29938c37590ed (diff)
downloadComputeLibrary-cfac9a18e477dcdf7a0c5d961edf6065131870df.tar.gz
COMPMID-1307: Mismatches in CLGEMMConvolutionLayer F16
Change-Id: I64b09c692a1da44413a03a3abb4b4534d138dc3d Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/136986 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com>
Diffstat (limited to 'src/core/CL/cl_kernels/gemm.cl')
-rw-r--r--src/core/CL/cl_kernels/gemm.cl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/CL/cl_kernels/gemm.cl b/src/core/CL/cl_kernels/gemm.cl
index 23681252d1..e969e847d7 100644
--- a/src/core/CL/cl_kernels/gemm.cl
+++ b/src/core/CL/cl_kernels/gemm.cl
@@ -1035,9 +1035,6 @@ __kernel void gemm_mm_interleaved_transposed_f16_bifrost(IMAGE_DECLARATION(src0)
// Compute dst address
__global uchar *dst_addr = offset(&dst, 0, 0);
- // Add offset for batched GEMM
- dst_addr += z * dst_stride_z;
-
#if defined(REINTERPRET_OUTPUT_AS_3D)
// Since we store a 2D output tile in a 3D tensor, we need to check when the plane changes across the z dimension
// in order to take into account the presence of possible bottom paddings