aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/cl/operators/ClConv2d.h
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 /src/gpu/cl/operators/ClConv2d.h
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 'src/gpu/cl/operators/ClConv2d.h')
-rw-r--r--src/gpu/cl/operators/ClConv2d.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/cl/operators/ClConv2d.h b/src/gpu/cl/operators/ClConv2d.h
index 1c3a81c77a..c6c366a762 100644
--- a/src/gpu/cl/operators/ClConv2d.h
+++ b/src/gpu/cl/operators/ClConv2d.h
@@ -38,6 +38,7 @@ namespace opencl
*
* -# @ref opencl::ClGemmConv2d
* -# @ref opencl::ClWinogradConv2d
+ * -# @ref opencl::ClIndirectConv2d
* -# @ref opencl::ClDirectConv2d
* -# @ref CLFFTConvolutionLayer
*