aboutsummaryrefslogtreecommitdiff
path: root/examples/cl_sgemm.cpp
diff options
context:
space:
mode:
authorGian Marco <gianmarco.iodice@arm.com>2018-02-01 16:57:48 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:45:42 +0000
commitc799ed85bcf0b18269e65a64f34382073a68bd93 (patch)
treebda7b56321638968a24032ff4e685a2a1d58acd7 /examples/cl_sgemm.cpp
parent604afc059c546b3c060a814f15798019cfb7a3de (diff)
downloadComputeLibrary-c799ed85bcf0b18269e65a64f34382073a68bd93.tar.gz
COMPMID-895 - Optimizing CLDepthwiseConvolution3x3Kernel
This patch brings the MACs utilisation up to 25 % when both stride_x and stride_y are equal to 1 Performance reported in the following confluence page: https://confluence.arm.com/display/MLENG/Depthwise+convolution+3x3+FP32+performance%3A+ACL+18.02 Change-Id: Ida1b64be9a88805902a3d90194559b58eb1224a3 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/119068 Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'examples/cl_sgemm.cpp')
-rw-r--r--examples/cl_sgemm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cl_sgemm.cpp b/examples/cl_sgemm.cpp
index fa57885450..966661b9b4 100644
--- a/examples/cl_sgemm.cpp
+++ b/examples/cl_sgemm.cpp
@@ -198,4 +198,4 @@ private:
int main(int argc, char **argv)
{
return utils::run_example<CLSGEMMExample>(argc, argv);
-}
+} \ No newline at end of file