aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2021-05-17 02:42:04 +0100
committerGeorgios Pinitas <georgios.pinitas@arm.com>2021-05-18 09:27:51 +0000
commit494b97a8297c18d0d610a54189c8f848e2cf5446 (patch)
treeda72ac4fd0763780aba341b88f9e40ec9510ccf8 /Android.bp
parent9e1f074af3a71b5bd5bd87b292c74fb57a90347c (diff)
downloadComputeLibrary-494b97a8297c18d0d610a54189c8f848e2cf5446.tar.gz
Port CLFlattenLayer to a memory injecting interface
Resolves: COMPMID-4502 Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com> Change-Id: I00621a772135f65a92aa70e6a19dd5f743915378 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5649 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@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 f1bcbc3fb8..e2ae90711d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -661,6 +661,7 @@ cc_library_static {
"src/runtime/gpu/cl/operators/ClElementwiseOperations.cpp",
"src/runtime/gpu/cl/operators/ClElementwiseUnary.cpp",
"src/runtime/gpu/cl/operators/ClFill.cpp",
+ "src/runtime/gpu/cl/operators/ClFlatten.cpp",
"src/runtime/gpu/cl/operators/ClFloor.cpp",
"src/runtime/gpu/cl/operators/ClLogicalNot.cpp",
"src/runtime/gpu/cl/operators/ClMul.cpp",