aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2021-06-29 15:31:58 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-06-30 15:54:14 +0000
commit399f623e29500e28c34e8a5adb07dd15e7f26c0c (patch)
tree8ba1e1de51f61a13e8db94a8bd6074770c5c4938 /Android.bp
parentc63b722591ff23c8c6fe5fb8ef8c8516d40f03aa (diff)
downloadComputeLibrary-399f623e29500e28c34e8a5adb07dd15e7f26c0c.tar.gz
Port ClGemmLowpOutputStage operator to new interface
Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: I96630b45887eaba16ef358b95f3d9ac0b9045157 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5882 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 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 31a648679f..3435f02d70 100644
--- a/Android.bp
+++ b/Android.bp
@@ -671,6 +671,7 @@ cc_library_static {
"src/runtime/gpu/cl/operators/ClFlatten.cpp",
"src/runtime/gpu/cl/operators/ClFloor.cpp",
"src/runtime/gpu/cl/operators/ClGemm.cpp",
+ "src/runtime/gpu/cl/operators/ClGemmLowpOutputStage.cpp",
"src/runtime/gpu/cl/operators/ClLogicalNot.cpp",
"src/runtime/gpu/cl/operators/ClMul.cpp",
"src/runtime/gpu/cl/operators/ClPRelu.cpp",