aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2021-06-30 12:05:34 +0100
committerMichele Di Giorgio <michele.digiorgio@arm.com>2021-07-02 13:20:41 +0000
commit4dfc5538948c196def6d2e3305fe8051a5df3f15 (patch)
treede9619bc7f19d09be5ca5642fc15092d31d74ace /Android.bp
parentbc4e31113be0af320f44b338969d6972b64ca4de (diff)
downloadComputeLibrary-4dfc5538948c196def6d2e3305fe8051a5df3f15.tar.gz
Port NEGEMM to memory injecting interface (Part 3)
- Complete porting of NEGEMM to the new API Resolves: COMPMID-4402 Change-Id: I14904102b25332dbb4fc048d45dca068a15b6eca Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5890 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 3435f02d70..5943b56450 100644
--- a/Android.bp
+++ b/Android.bp
@@ -644,6 +644,7 @@ cc_library_static {
"src/runtime/cpu/operators/CpuFill.cpp",
"src/runtime/cpu/operators/CpuFlatten.cpp",
"src/runtime/cpu/operators/CpuFloor.cpp",
+ "src/runtime/cpu/operators/CpuGemm.cpp",
"src/runtime/cpu/operators/CpuGemmDirectConv2d.cpp",
"src/runtime/cpu/operators/CpuGemmLowpOutputStage.cpp",
"src/runtime/cpu/operators/CpuMul.cpp",