aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorRamy Elgammal <ramy.elgammal@arm.com>2022-11-30 16:23:10 +0000
committerRamy Elgammal <ramy.elgammal@arm.com>2022-12-09 13:57:49 +0000
commitdf6a3b05842a98702437347ca269138ccd55f852 (patch)
treed38b3cc83acfa0aa492b953b6a3c06104e0d76fc /filelist.json
parent86689cdd95f634fb374f3875f62a4cb3408e1699 (diff)
downloadComputeLibrary-df6a3b05842a98702437347ca269138ccd55f852.tar.gz
Use heuristics for setting dynamic fusion direct conv2d tile sizes
Resolves: COMPMID-5735 Change-Id: I9958413b69c5052cfa205dd0e9457cc4953aaf35 Signed-off-by: Ramy Elgammal <ramy.elgammal@arm.com> Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/VisualCompute/ComputeLibrary/+/474818 Tested-by: bsgcomp <bsgcomp@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Comments-Addressed: bsgcomp <bsgcomp@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8724 Tested-by: Arm Jenkins <bsgcomp@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/filelist.json b/filelist.json
index beb6f77daf..2db128791f 100644
--- a/filelist.json
+++ b/filelist.json
@@ -466,8 +466,6 @@
"deps": [ "Cast" ],
"files": {
"common": [
- "src/gpu/cl/kernels/direct_conv/ClDirectConvDefaultConfigBifrost.cpp",
- "src/gpu/cl/kernels/direct_conv/ClDirectConvDefaultConfigValhall.cpp",
"src/gpu/cl/kernels/gemm/ClGemmHelpers.cpp",
"src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeBifrost.cpp",
"src/gpu/cl/kernels/gemm/native/ClGemmDefaultConfigNativeMidgard.cpp",
@@ -501,7 +499,9 @@
"src/runtime/CL/gemm_auto_heuristics/CLGEMMAutoHeuristics.cpp",
"src/runtime/CL/functions/CLGEMM.cpp",
"src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp",
- "src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp"
+ "src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp",
+ "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigBifrost.cpp",
+ "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigValhall.cpp"
]
}
},