From 48c19f1308ecdc7ea37a6bf5ce9459e0954e9007 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Fri, 20 Apr 2018 11:31:52 +0100 Subject: COMPMID-959 Refactor OpenCL interceptors to use lambda functions Change-Id: I29b73a311d7278255b77524f2a5eaaa4dccab711 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/128392 Reviewed-by: Georgios Pinitas Tested-by: Jenkins --- arm_compute/core/CL/CLKernelLibrary.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'arm_compute/core/CL/CLKernelLibrary.h') diff --git a/arm_compute/core/CL/CLKernelLibrary.h b/arm_compute/core/CL/CLKernelLibrary.h index 257ef7ded2..4c42d8e23a 100644 --- a/arm_compute/core/CL/CLKernelLibrary.h +++ b/arm_compute/core/CL/CLKernelLibrary.h @@ -300,8 +300,7 @@ public: _built_programs_map.clear(); } - /** Access the cache of built OpenCL programs - */ + /** Access the cache of built OpenCL programs */ const std::map &get_built_programs() const { return _built_programs_map; -- cgit v1.2.1