aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/gpu/cl/operators/ClGemm.h
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2021-07-08 15:36:07 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-07-22 10:26:58 +0000
commitf4e84fb112d9b17b487d3e99aeb53700818d04fd (patch)
tree9c37eb5fc90057aef954c734df206ac70d5ea6fa /src/runtime/gpu/cl/operators/ClGemm.h
parent767dbf95d1b51cb208a26871a008a5e17d8c1825 (diff)
downloadComputeLibrary-f4e84fb112d9b17b487d3e99aeb53700818d04fd.tar.gz
Port ClGemmLowp to new API
Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: Icef9ca564e61a00a3f4fd4ae7f465a711ff8c51d Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5939 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/runtime/gpu/cl/operators/ClGemm.h')
-rw-r--r--src/runtime/gpu/cl/operators/ClGemm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/gpu/cl/operators/ClGemm.h b/src/runtime/gpu/cl/operators/ClGemm.h
index bd9ca17edf..aad208bdb0 100644
--- a/src/runtime/gpu/cl/operators/ClGemm.h
+++ b/src/runtime/gpu/cl/operators/ClGemm.h
@@ -27,6 +27,7 @@
#include "arm_compute/core/TensorInfo.h"
#include "arm_compute/runtime/CL/CLTensor.h"
#include "arm_compute/runtime/CL/CLTypes.h"
+
#include "src/core/gpu/cl/ClCompileContext.h"
#include "src/core/gpu/cl/IClKernel.h"
#include "src/core/gpu/cl/kernels/ClGemmMatrixMultiplyKernel.h"