mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +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
@@ -8,9 +8,9 @@
|
||||
#pragma once
|
||||
#include "core/command_container/cmdcontainer.h"
|
||||
#include "core/command_stream/linear_stream.h"
|
||||
#include "core/execution_environment/execution_environment.h"
|
||||
#include "core/helpers/simd_helper.h"
|
||||
#include "core/kernel/dispatch_kernel_encoder_interface.h"
|
||||
#include "runtime/execution_environment/execution_environment.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#pragma once
|
||||
#include "core/command_container/command_encoder.h"
|
||||
#include "core/command_stream/linear_stream.h"
|
||||
#include "core/execution_environment/execution_environment.h"
|
||||
#include "core/helpers/hw_helper.h"
|
||||
#include "core/helpers/preamble.h"
|
||||
#include "core/helpers/register_offsets.h"
|
||||
@@ -15,7 +16,6 @@
|
||||
#include "core/helpers/string.h"
|
||||
#include "core/kernel/dispatch_kernel_encoder_interface.h"
|
||||
#include "runtime/device/device.h"
|
||||
#include "runtime/execution_environment/execution_environment.h"
|
||||
#include "runtime/helpers/hardware_commands_helper.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
@@ -9,11 +9,11 @@
|
||||
#include "core/command_container/command_encoder.h"
|
||||
#include "core/command_stream/linear_stream.h"
|
||||
#include "core/command_stream/preemption.h"
|
||||
#include "core/execution_environment/execution_environment.h"
|
||||
#include "core/gmm_helper/gmm_helper.h"
|
||||
#include "core/helpers/simd_helper.h"
|
||||
#include "core/helpers/state_base_address.h"
|
||||
#include "core/kernel/dispatch_kernel_encoder_interface.h"
|
||||
#include "runtime/execution_environment/execution_environment.h"
|
||||
#include "runtime/helpers/hardware_commands_helper.h"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
Reference in New Issue
Block a user