Move a GfxPartition to the core dir

Related-To: NEO-3677

Change-Id: Ia89ba93eefbb2921ef7d64bde7ed4114a0c78e0d
Signed-off-by: Jobczyk, Lukasz <lukasz.jobczyk@intel.com>
This commit is contained in:
Jobczyk, Lukasz
2019-09-04 10:58:52 +02:00
committed by sys_ocldev
parent 7d1f0f9f0e
commit a79b682fc2
81 changed files with 84 additions and 84 deletions

View File

@ -10,8 +10,8 @@
#include "core/helpers/aligned_memory.h"
#include "core/helpers/basic_math.h"
#include "core/helpers/ptr_math.h"
#include "core/memory_manager/memory_constants.h"
#include "runtime/memory_manager/graphics_allocation.h"
#include "runtime/memory_manager/memory_constants.h"
namespace NEO {
class GraphicsAllocation;