aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorRamy Elgammal <ramy.elgammal@arm.com>2023-05-11 18:23:44 +0100
committerRamy Elgammal <ramy.elgammal@arm.com>2023-05-12 15:06:57 +0000
commit34a95d11a81277e90f1b141384e4beb4dda84854 (patch)
tree3b3d9783cf2edb341b06f77265b913e596213050 /filelist.json
parent32a6250ec37e1cb4e2a87723c5da5465555f8526 (diff)
downloadComputeLibrary-34a95d11a81277e90f1b141384e4beb4dda84854.tar.gz
Move matmul heuristics files from Gemm to MatMul in filelist.json
Resolves: COMPMID-6253 Signed-off-by: Ramy Elgammal <ramy.elgammal@arm.com> Change-Id: Id5497ff3ba1346511b8d4c4c839a7fec19438e1f Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9623 Reviewed-by: SiCong Li <sicong.li@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/filelist.json b/filelist.json
index 807000a623..d87373623f 100644
--- a/filelist.json
+++ b/filelist.json
@@ -506,9 +506,7 @@
"src/runtime/heuristics/dwc_native/ClDWCNativeDefaultConfigBifrost.cpp",
"src/runtime/heuristics/dwc_native/ClDWCNativeDefaultConfigValhall.cpp",
"src/runtime/heuristics/dwc_native/ClDWCNativeHeuristicsHelpers.cpp",
- "src/runtime/heuristics/indirect_conv/ClIndirectConvDefaultConfigValhall.cpp",
- "src/runtime/heuristics/matmul_native/ClMatMulNativeDefaultConfigValhall.cpp",
- "src/runtime/heuristics/matmul_native/ClMatMulNativeHelpers.cpp"
+ "src/runtime/heuristics/indirect_conv/ClIndirectConvDefaultConfigValhall.cpp"
]
}
},
@@ -518,7 +516,9 @@
"src/gpu/cl/kernels/ClMatMulLowpNativeKernel.cpp",
"src/gpu/cl/kernels/ClMatMulNativeKernel.cpp",
"src/gpu/cl/operators/ClMatMul.cpp",
- "src/runtime/CL/functions/CLMatMul.cpp"
+ "src/runtime/CL/functions/CLMatMul.cpp",
+ "src/runtime/heuristics/matmul_native/ClMatMulNativeDefaultConfigValhall.cpp",
+ "src/runtime/heuristics/matmul_native/ClMatMulNativeHelpers.cpp"
]
}
},