aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/CLKernelLibrary.h
diff options
context:
space:
mode:
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;