From 34a95d11a81277e90f1b141384e4beb4dda84854 Mon Sep 17 00:00:00 2001 From: Ramy Elgammal Date: Thu, 11 May 2023 18:23:44 +0100 Subject: Move matmul heuristics files from Gemm to MatMul in filelist.json Resolves: COMPMID-6253 Signed-off-by: Ramy Elgammal Change-Id: Id5497ff3ba1346511b8d4c4c839a7fec19438e1f Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9623 Reviewed-by: SiCong Li Benchmark: Arm Jenkins Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins --- filelist.json | 8 ++++---- 1 file 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" ] } }, -- cgit v1.2.1