aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2021-01-25 15:44:02 +0000
committerMichele Di Giorgio <michele.digiorgio@arm.com>2021-01-27 10:48:43 +0000
commit237be03ada644232b19005f44742b97efa5dbfc6 (patch)
tree82448d70213cd66deffe332727500c0c977090fb /Android.bp
parent26cf7985b8afb940be6678823e3f4f99c8d8558c (diff)
downloadComputeLibrary-237be03ada644232b19005f44742b97efa5dbfc6.tar.gz
Make Gpu Elementwise Operations kernels and functions state-less
Partially resolves COMPMID-4004 Change-Id: Ie99b6c676af5be4c2a67affc06fec378f3dff8ec Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4918 Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: 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 7cfa817193..a1898b5432 100644
--- a/Android.bp
+++ b/Android.bp
@@ -797,6 +797,7 @@ cc_library_static {
"src/runtime/gpu/cl/operators/ClActivation.cpp",
"src/runtime/gpu/cl/operators/ClAdd.cpp",
"src/runtime/gpu/cl/operators/ClConcatenate.cpp",
+ "src/runtime/gpu/cl/operators/ClElementwiseOperations.cpp",
"src/runtime/gpu/cl/operators/ClFloor.cpp",
"src/runtime/gpu/cl/operators/ClSub.cpp",
"utils/CommonGraphOptions.cpp",