aboutsummaryrefslogtreecommitdiff
path: root/filelist.json
diff options
context:
space:
mode:
authorGian Marco Iodice <giaiod01@e127878.cambridge.arm.com>2022-12-28 13:53:51 +0000
committerGian Marco Iodice <gianmarco.iodice@arm.com>2022-12-29 15:26:32 +0000
commita5cb79f18685292bf5b63a0c484a58945320823d (patch)
tree8f65f1781d0d8c7c0c1b2458e3f3707c789e4b43 /filelist.json
parent8a2d7cecea194ac8eafa91721fb5b09ae01e5971 (diff)
downloadComputeLibrary-a5cb79f18685292bf5b63a0c484a58945320823d.tar.gz
Update the ClConv2d heuristic
- Update the ClConv2d heuristic to call indirect convolution on Arm® Mali™-G77 Gpus - Implement the indirect conv2d heuristic for selecting the block size Resolves COMPMID-5713 Change-Id: If6ad49124561207153685c6abd4f54950a376fbc Signed-off-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8886 Benchmark: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'filelist.json')
-rw-r--r--filelist.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/filelist.json b/filelist.json
index c3582bc563..5828b43ec1 100644
--- a/filelist.json
+++ b/filelist.json
@@ -501,7 +501,8 @@
"src/runtime/CL/functions/CLGEMMLowpMatrixMultiplyCore.cpp",
"src/runtime/CL/functions/CLGEMMLowpOutputStage.cpp",
"src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigBifrost.cpp",
- "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigValhall.cpp"
+ "src/runtime/heuristics/direct_conv/ClDirectConvDefaultConfigValhall.cpp",
+ "src/runtime/heuristics/indirect_conv/ClIndirectConvDefaultConfigValhall.cpp"
]
}
},