aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2021-02-19 18:16:44 +0000
committerManuel Bottini <manuel.bottini@arm.com>2021-03-12 16:17:06 +0000
commit3b131ab38fa337af7818d78200b0e7bdf89c5e69 (patch)
treebe9779c5647f712c5032c9aa32e8cbbb2e2d06bc /Android.bp
parent9e73c93bbd49fdd648d8f8cb77df46e7bbc9526d (diff)
downloadComputeLibrary-3b131ab38fa337af7818d78200b0e7bdf89c5e69.tar.gz
Port OpenCL Scale to new API
Partially resolves: COMPMID-4190 Change-Id: I680dd80fcbe4e7568511792c60a725b2646fa6ff Signed-off-by: Manuel Bottini <manuel.bottini@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5197 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: TeresaARM <teresa.charlinreyes@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 0042dcef4c..3468bd90a1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -142,7 +142,6 @@ cc_library_static {
"src/core/CL/kernels/CLRemapKernel.cpp",
"src/core/CL/kernels/CLReorgLayerKernel.cpp",
"src/core/CL/kernels/CLReverseKernel.cpp",
- "src/core/CL/kernels/CLScaleKernel.cpp",
"src/core/CL/kernels/CLSelectKernel.cpp",
"src/core/CL/kernels/CLSpaceToBatchLayerKernel.cpp",
"src/core/CL/kernels/CLSpaceToDepthLayerKernel.cpp",
@@ -386,6 +385,7 @@ cc_library_static {
"src/core/gpu/cl/kernels/ClPoolingKernel.cpp",
"src/core/gpu/cl/kernels/ClQuantizationKernel.cpp",
"src/core/gpu/cl/kernels/ClReshapeKernel.cpp",
+ "src/core/gpu/cl/kernels/ClScaleKernel.cpp",
"src/core/gpu/cl/kernels/ClSoftmaxKernel.cpp",
"src/core/gpu/cl/kernels/ClWidthConcatenate2TensorsKernel.cpp",
"src/core/gpu/cl/kernels/ClWidthConcatenate4TensorsKernel.cpp",
@@ -685,6 +685,7 @@ cc_library_static {
"src/runtime/gpu/cl/operators/ClPooling.cpp",
"src/runtime/gpu/cl/operators/ClQuantization.cpp",
"src/runtime/gpu/cl/operators/ClReshape.cpp",
+ "src/runtime/gpu/cl/operators/ClScale.cpp",
"src/runtime/gpu/cl/operators/ClSoftmax.cpp",
"src/runtime/gpu/cl/operators/ClSub.cpp",
"utils/CommonGraphOptions.cpp",