mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-29 09:03:14 +08:00
Move files to core
Change-Id: I78bf6a82df3399a2b79143333989bac81e7a392a Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
395444c5cc
commit
522dedfbd2
@@ -8,26 +8,26 @@
|
||||
#include "runtime/command_stream/command_stream_receiver.h"
|
||||
|
||||
#include "core/command_stream/preemption.h"
|
||||
#include "core/command_stream/scratch_space_controller.h"
|
||||
#include "core/execution_environment/root_device_environment.h"
|
||||
#include "core/helpers/array_count.h"
|
||||
#include "core/helpers/cache_policy.h"
|
||||
#include "core/helpers/flush_stamp.h"
|
||||
#include "core/helpers/hw_helper.h"
|
||||
#include "core/helpers/string.h"
|
||||
#include "core/helpers/timestamp_packet.h"
|
||||
#include "core/memory_manager/internal_allocation_storage.h"
|
||||
#include "core/os_interface/os_context.h"
|
||||
#include "core/os_interface/os_interface.h"
|
||||
#include "core/utilities/cpuintrinsics.h"
|
||||
#include "core/utilities/tag_allocator.h"
|
||||
#include "runtime/built_ins/built_ins.h"
|
||||
#include "runtime/command_stream/experimental_command_buffer.h"
|
||||
#include "runtime/command_stream/scratch_space_controller.h"
|
||||
#include "runtime/device/device.h"
|
||||
#include "runtime/gtpin/gtpin_notify.h"
|
||||
#include "runtime/helpers/array_count.h"
|
||||
#include "runtime/helpers/timestamp_packet.h"
|
||||
#include "runtime/memory_manager/memory_manager.h"
|
||||
#include "runtime/memory_manager/surface.h"
|
||||
#include "runtime/platform/platform.h"
|
||||
#include "runtime/utilities/tag_allocator.h"
|
||||
|
||||
namespace NEO {
|
||||
// Global table of CommandStreamReceiver factories for HW and tests
|
||||
|
||||
Reference in New Issue
Block a user