From 2cd5b31d729984f938e2253532424daf157029c4 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 4 May 2021 21:39:57 +0100 Subject: Remove unused CLCoreRuntimeContext CLCoreRuntime context is currently unused and is planned to be replaced by the Context infrastructure Signed-off-by: Georgios Pinitas Change-Id: Ic2874800960ca954f647e8867e7db951ce823e1c Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/5571 Tested-by: Arm Jenkins Reviewed-by: Michalis Spyrou Comments-Addressed: Arm Jenkins --- arm_compute/runtime/CL/CLRuntimeContext.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (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 4ab8f70887..dd17645fa7 100644 --- a/arm_compute/runtime/CL/CLRuntimeContext.h +++ b/arm_compute/runtime/CL/CLRuntimeContext.h @@ -24,7 +24,6 @@ #ifndef ARM_COMPUTE_CLRUNTIME_CONTEXT_H #define ARM_COMPUTE_CLRUNTIME_CONTEXT_H -#include "arm_compute/core/CL/CLCoreRuntimeContext.h" #include "arm_compute/core/CL/CLKernelLibrary.h" #include "arm_compute/core/CL/OpenCL.h" #include "arm_compute/runtime/CL/CLScheduler.h" @@ -51,16 +50,14 @@ public: void set_gpu_scheduler(CLScheduler *scheduler); // Inherited overridden methods - CLScheduler *gpu_scheduler(); - CLKernelLibrary &kernel_library(); - CLCoreRuntimeContext *core_runtime_context(); + CLScheduler *gpu_scheduler(); + CLKernelLibrary &kernel_library(); private: std::unique_ptr _gpu_owned_scheduler{ nullptr }; CLScheduler *_gpu_scheduler{ nullptr }; CLTuner _tuner{ false }; CLSymbols _symbols{}; - CLCoreRuntimeContext _core_context{}; CLBackendType _backend_type{ CLBackendType::Native }; }; } // namespace arm_compute -- cgit v1.2.1