Move IndirectHeap to core and improve unit tests

Change-Id: If7e329fc12fe934eb0f6b1762d3b0d86aab287e6
Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
Dunajski, Bartosz
2019-12-02 21:04:32 +01:00
committed by sys_ocldev
parent 614156dd8b
commit 1ecad5faed
37 changed files with 93 additions and 100 deletions

View File

@@ -7,11 +7,11 @@
#pragma once
#include "core/helpers/hw_info.h"
#include "core/indirect_heap/indirect_heap.h"
#include "core/memory_manager/graphics_allocation.h"
#include "runtime/api/cl_types.h"
#include "runtime/execution_model/device_enqueue.h"
#include "runtime/helpers/base_object.h"
#include "runtime/indirect_heap/indirect_heap.h"
namespace NEO {
class CommandQueue;