From f5dcf79ba060cc042ed77c73c1a907780c5fe863 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Wed, 28 Feb 2018 18:04:45 +0000 Subject: 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 Tested-by: Jenkins --- src/core/CL/OpenCL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/CL/OpenCL.cpp') 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 +} -- cgit v1.2.1