mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 18:06:32 +08:00
Move execution environment to Core
Change-Id: I3f5a1f5ef97f058f91d0be7e3c33df7fff04062e Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
f303902781
commit
52931156ed
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "core/command_stream/linear_stream.h"
|
||||
#include "core/execution_environment/execution_environment.h"
|
||||
#include "core/gmm_helper/gmm_helper.h"
|
||||
#include "core/gmm_helper/page_table_mngr.h"
|
||||
#include "core/helpers/aligned_memory.h"
|
||||
@@ -18,7 +19,6 @@
|
||||
#include "core/os_interface/linux/drm_neo.h"
|
||||
#include "core/os_interface/linux/os_context_linux.h"
|
||||
#include "core/os_interface/linux/os_interface.h"
|
||||
#include "runtime/execution_environment/execution_environment.h"
|
||||
#include "runtime/mem_obj/buffer.h"
|
||||
#include "runtime/os_interface/linux/drm_command_stream.h"
|
||||
#include "runtime/os_interface/linux/drm_memory_manager.h"
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
#include "runtime/os_interface/linux/drm_memory_manager.h"
|
||||
|
||||
#include "core/execution_environment/execution_environment.h"
|
||||
#include "core/execution_environment/root_device_environment.h"
|
||||
#include "core/gmm_helper/gmm.h"
|
||||
#include "core/gmm_helper/gmm_helper.h"
|
||||
@@ -20,7 +21,6 @@
|
||||
#include "core/os_interface/linux/os_interface.h"
|
||||
#include "runtime/command_stream/command_stream_receiver.h"
|
||||
#include "runtime/device/device.h"
|
||||
#include "runtime/execution_environment/execution_environment.h"
|
||||
#include "runtime/helpers/surface_formats.h"
|
||||
|
||||
#include "drm/i915_drm.h"
|
||||
|
||||
Reference in New Issue
Block a user