From ac42efd972b7d03da17f057b2ceaaac5d6e96b1a Mon Sep 17 00:00:00 2001 From: David Beck Date: Wed, 26 Sep 2018 17:41:13 +0100 Subject: IVGCVSW-1900 : CL backend folder structure * moving backends/ClWorkloads to backends/cl * and moving pure Cl workload related code to backends/cl/workloads Change-Id: I019a3c6b4da5e7a23074bf03fb057e63199ad129 --- src/armnn/memory/BaseMemoryManager.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/armnn/memory') diff --git a/src/armnn/memory/BaseMemoryManager.hpp b/src/armnn/memory/BaseMemoryManager.hpp index 6710a785c7..c82eca6c1d 100644 --- a/src/armnn/memory/BaseMemoryManager.hpp +++ b/src/armnn/memory/BaseMemoryManager.hpp @@ -4,20 +4,20 @@ // #pragma once -#include "backends/WorkloadFactory.hpp" +#include #ifdef ARMCOMPUTENEON_ENABLED -#include "arm_compute/runtime/MemoryGroup.h" +#include #endif #ifdef ARMCOMPUTECL_ENABLED -#include "arm_compute/runtime/CL/CLMemoryGroup.h" +#include #endif #if defined(ARMCOMPUTENEON_ENABLED) || defined(ARMCOMPUTECL_ENABLED) -#include "arm_compute/runtime/IAllocator.h" -#include "arm_compute/runtime/IMemoryGroup.h" -#include "arm_compute/runtime/MemoryManagerOnDemand.h" +#include +#include +#include #endif namespace armnn -- cgit v1.2.1