aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2021-06-21 14:45:44 +0100
committerMichele Di Giorgio <michele.digiorgio@arm.com>2021-06-29 15:58:33 +0000
commit53832b2bcce44c71fe31a618a81765294df55750 (patch)
tree2165c4703891202186df55b772353bab8606315d /filelist.json
parent72b56875b9bb30a9ed1d2ad38ec51fc88e435c35 (diff)
downloadComputeLibrary-53832b2bcce44c71fe31a618a81765294df55750.tar.gz
Port NEGEMM to memory injecting interface (Part 2)
- Port NEGEMMMatrixMultiplyKernel to the new API Partially resolves: COMPMID-4402 Signed-off-by: Michele Di Giorgio <michele.digiorgio@arm.com> Change-Id: I52b67055dc24bb3a417d6ec5aeeee86e21b74320 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5873 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/filelist.json b/filelist.json
index b8a69c5f6e..bde361f167 100644
--- a/filelist.json
+++ b/filelist.json
@@ -1164,7 +1164,7 @@
"files": {
"kernel": [
"src/core/cpu/kernels/CpuGemmMatrixAdditionKernel.cpp",
- "src/core/NEON/kernels/NEGEMMMatrixMultiplyKernel.cpp",
+ "src/core/cpu/kernels/CpuGemmMatrixMultiplyKernel.cpp",
"src/core/cpu/kernels/CpuGemmTranspose1xWKernel.cpp",
"src/core/cpu/kernels/CpuGemmInterleave4x4Kernel.cpp"
]