Move execution environment to Core

Change-Id: I3f5a1f5ef97f058f91d0be7e3c33df7fff04062e
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2020-02-05 08:30:17 +01:00
committed by sys_ocldev
parent f303902781
commit 52931156ed
90 changed files with 132 additions and 106 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>