aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/OpenCL.cpp
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-02-28 18:04:45 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:48:33 +0000
commitf5dcf79ba060cc042ed77c73c1a907780c5fe863 (patch)
treec394047ba87482d81e905b287eda89dd9baa3540 /src/core/CL/OpenCL.cpp
parent8b81195919eaab90a803fabae57ca05136e9430e (diff)
downloadComputeLibrary-f5dcf79ba060cc042ed77c73c1a907780c5fe863.tar.gz
COMPMID-978: Fixed bug in Load/Store tuning data and in the CLTuner interceptor
Change-Id: I6cdecef623ff5806cf82cb12a60aef8aefec32f5 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/122712 Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/core/CL/OpenCL.cpp')
-rw-r--r--src/core/CL/OpenCL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CL/OpenCL.cpp b/src/core/CL/OpenCL.cpp
index 06d10a450e..f75a90a324 100644
--- a/src/core/CL/OpenCL.cpp
+++ b/src/core/CL/OpenCL.cpp
@@ -788,4 +788,4 @@ clGetEventProfilingInfo(cl_event event,
{
return CL_OUT_OF_RESOURCES;
}
-} \ No newline at end of file
+}