aboutsummaryrefslogtreecommitdiff
path: root/examples/cl_sgemm.cpp
diff options
context:
space:
mode:
authorGian Marco <gianmarco.iodice@arm.com>2018-02-15 12:35:44 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:48:33 +0000
commitae2af74ae4368004221a41e6891e0173453996ac (patch)
treea9d16fd683ee45e1caf071c0175c9d61cb99fdc3 /examples/cl_sgemm.cpp
parentd56e770e7c394d13706a21ee350e7dafe4278987 (diff)
downloadComputeLibrary-ae2af74ae4368004221a41e6891e0173453996ac.tar.gz
COMPMID-935 - Implementing Convolution with Winograd on OpenCL (Part 1)
This patch enables GEMM to execute multiple batches in parallel https://confluence.arm.com/display/MLENG/Winograd%3A+batched+GEMM Change-Id: I66222db041dd35e82af11fbb262fd1ebd3ca4b2f Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/120866 Tested-by: Jenkins <bsgcomp@arm.com> Reviewed-by: Anthony Barbier <anthony.barbier@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 966661b9b4..fa57885450 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
+}