From 11d4918b2321d1e590124f44dd68e6cda223dbdc Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Thu, 26 Mar 2020 10:31:32 +0000 Subject: COMPMID-3279: Create CLCompiler interface Change-Id: Ic9dd5288d72a690651aa03d474f2bfd6e1ebe8b2 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2957 Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins Reviewed-by: Georgios Pinitas Reviewed-by: Gian Marco Iodice --- arm_compute/runtime/CL/CLRuntimeContext.h | 1 - 1 file changed, 1 deletion(-) (limited to 'arm_compute/runtime/CL/CLRuntimeContext.h') diff --git a/arm_compute/runtime/CL/CLRuntimeContext.h b/arm_compute/runtime/CL/CLRuntimeContext.h index 791d1deaa7..54c7d3cd23 100644 --- a/arm_compute/runtime/CL/CLRuntimeContext.h +++ b/arm_compute/runtime/CL/CLRuntimeContext.h @@ -58,7 +58,6 @@ private: std::unique_ptr _gpu_owned_scheduler{ nullptr }; CLScheduler *_gpu_scheduler{ nullptr }; CLTuner _tuner{ false }; - CLKernelLibrary _kernel_lib{}; CLSymbols _symbols{}; CLCoreRuntimeContext _core_context{}; }; -- cgit v1.2.1