aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/CLHelpers.cpp
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-04-13 14:05:34 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:49:16 +0000
commit5f0124db5cb7de18930b474af7cb722987e088fa (patch)
treef2f530aa7695d3aecc6e34530f47bdf936e9bdab /src/core/CL/CLHelpers.cpp
parentae3c8abdd9cf474d39991863f9170257f4a28ff2 (diff)
downloadComputeLibrary-5f0124db5cb7de18930b474af7cb722987e088fa.tar.gz
COMPMID-959: Fixed clang-tidy formatting, made GLES builds fail for standalone=1
Change-Id: I746ef0b2f8e02349e6067139e90c2c34949cad03 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/127690 Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'src/core/CL/CLHelpers.cpp')
-rw-r--r--src/core/CL/CLHelpers.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/CL/CLHelpers.cpp b/src/core/CL/CLHelpers.cpp
index 378e910f21..71679bcdf0 100644
--- a/src/core/CL/CLHelpers.cpp
+++ b/src/core/CL/CLHelpers.cpp
@@ -278,7 +278,6 @@ CLVersion get_cl_version(const cl::Device &device)
return CLVersion::UNKNOWN;
}
-
bool device_supports_extension(const cl::Device &device, const char *extension_name)
{
std::string extensions = device.getInfo<CL_DEVICE_EXTENSIONS>();