aboutsummaryrefslogtreecommitdiff
path: root/src/core/GLES_COMPUTE/IGCKernel.cpp
diff options
context:
space:
mode:
authorsteli01 <stephen.li@arm.com>2018-01-02 14:56:06 +0800
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:42:33 +0000
commitd064389293e4a71781984b2b24f3d44964812949 (patch)
tree7a74f8351d0b255ad9e25bd5b364654b9f0dc74d /src/core/GLES_COMPUTE/IGCKernel.cpp
parent1d08a310b7316f2b731e60ac36dc68989d15b546 (diff)
downloadComputeLibrary-d064389293e4a71781984b2b24f3d44964812949.tar.gz
APPBROWSER-357: Fix Transpose performance issue by tuning lws
Change-Id: Ia71435f6e5c5610e2b76d6d4eb61a8847ca42305 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/114829 Reviewed-by: Pablo Tello <pablo.tello@arm.com> Reviewed-by: Gian Marco Iodice <gianmarco.iodice@arm.com> Tested-by: Anthony Barbier <anthony.barbier@arm.com>
Diffstat (limited to 'src/core/GLES_COMPUTE/IGCKernel.cpp')
-rw-r--r--src/core/GLES_COMPUTE/IGCKernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/GLES_COMPUTE/IGCKernel.cpp b/src/core/GLES_COMPUTE/IGCKernel.cpp
index c60c1674bf..df9c798e42 100644
--- a/src/core/GLES_COMPUTE/IGCKernel.cpp
+++ b/src/core/GLES_COMPUTE/IGCKernel.cpp
@@ -62,7 +62,7 @@ void arm_compute::enqueue(IGCKernel &kernel, const Window &window, const gles::N
}
IGCKernel::IGCKernel()
- : _kernel()
+ : _kernel(), _lws_hint(gles::NDRange(1U, 1U, 1U))
{
}