aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/CLKernelLibrary.h
diff options
context:
space:
mode:
authorAnthony Barbier <anthony.barbier@arm.com>2018-04-20 11:31:52 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:49:37 +0000
commit48c19f1308ecdc7ea37a6bf5ce9459e0954e9007 (patch)
tree030de83723221b69de29146826884bebb8ec3939 /arm_compute/core/CL/CLKernelLibrary.h
parentb34690b71a0125c37d087b00becf2e60d66b46d1 (diff)
downloadComputeLibrary-48c19f1308ecdc7ea37a6bf5ce9459e0954e9007.tar.gz
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 <georgios.pinitas@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/CL/CLKernelLibrary.h')
-rw-r--r--arm_compute/core/CL/CLKernelLibrary.h3
1 files changed, 1 insertions, 2 deletions
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<std::string, cl::Program> &get_built_programs() const
{
return _built_programs_map;