Move device factory to core

Change-Id: Ic98a75ed80fb9556465c9a6c93b1b1a9ba628200
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2020-02-05 11:49:26 +01:00
committed by sys_ocldev
parent 9a40334623
commit 0e2dad1ffb
26 changed files with 72 additions and 44 deletions

View File

@@ -5,11 +5,11 @@
*
*/
#include "core/os_interface/device_factory.h"
#include "runtime/command_stream/aub_command_stream_receiver.h"
#include "runtime/command_stream/command_stream_receiver_with_aub_dump.h"
#include "runtime/command_stream/tbx_command_stream_receiver.h"
#include "runtime/execution_environment/execution_environment.h"
#include "runtime/os_interface/device_factory.h"
namespace NEO {