Move CommandStreamReceiver to core

Change-Id: Id8ed0e680f77b4dd9614f0096c3e6d9a1d04b3d3
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2020-02-21 15:35:08 +01:00
committed by sys_ocldev
parent 6652e11878
commit daed7cbc00
172 changed files with 252 additions and 219 deletions

View File

@@ -5,12 +5,12 @@
*
*/
#include "core/command_stream/command_stream_receiver.h"
#include "core/execution_environment/execution_environment.h"
#include "core/os_interface/device_factory.h"
#include "core/os_interface/hw_info_config.h"
#include "core/unit_tests/helpers/debug_manager_state_restore.h"
#include "core/unit_tests/helpers/ult_hw_config.h"
#include "runtime/command_stream/command_stream_receiver.h"
#include "runtime/memory_manager/os_agnostic_memory_manager.h"
#include "runtime/platform/platform.h"
#include "test.h"