Cleanup includes 3

Related-To: NEO-5548
Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
This commit is contained in:
Warchulski, Jaroslaw
2022-11-07 13:04:52 +00:00
committed by Compute-Runtime-Automation
parent 99ef6c499b
commit 6cbb3cfb05
25 changed files with 19 additions and 32 deletions

View File

@ -15,7 +15,6 @@
#include "shared/source/debugger/debugger_l0.h"
#include "shared/source/memory_manager/memory_manager.h"
#include "level_zero/core/source/cmdlist/cmdlist_hw.h"
#include "level_zero/core/source/cmdqueue/cmdqueue_imp.h"
#include "level_zero/core/source/device/device.h"
#include "level_zero/core/source/device/device_imp.h"

View File

@ -6,10 +6,7 @@
*/
#include "shared/source/ail/ail_configuration.h"
#include "shared/source/compiler_interface/compiler_options.h"
#include "shared/source/debug_settings/debug_settings_manager.h"
#include "shared/source/device/device.h"
#include "shared/source/helpers/constants.h"
#include "shared/source/helpers/string_helpers.h"
#include "opencl/source/cl_device/cl_device.h"

View File

@ -7,7 +7,7 @@
#pragma once
#include "shared/source/helpers/hw_info.h"
#include "igfxfmid.h"
#include <string>
@ -27,6 +27,8 @@
namespace NEO {
struct RuntimeCapabilityTable;
enum class AILEnumeration : uint32_t {
DISABLE_BLITTER,
DISABLE_COMPRESSION,

View File

@ -5,6 +5,8 @@
*
*/
#include "shared/source/ail/ail_configuration.h"
#include <string>
namespace NEO {

View File

@ -7,6 +7,7 @@
#include "shared/source/ail/ail_configuration.h"
#include "shared/source/helpers/hash.h"
#include "shared/source/helpers/hw_info.h"
#include <map>
#include <string_view>

View File

@ -5,10 +5,10 @@
*
*/
#include "shared/source/ail/ail_configuration.h"
#include "shared/source/ail/ail_configuration_base.inl"
#include <map>
#include <vector>
namespace NEO {
static EnableAIL<IGFX_ALDERLAKE_N> enableAILADLN;

View File

@ -5,10 +5,10 @@
*
*/
#include "shared/source/ail/ail_configuration.h"
#include "shared/source/ail/ail_configuration_base.inl"
#include <map>
#include <vector>
namespace NEO {
static EnableAIL<IGFX_ALDERLAKE_P> enableAILADLP;

View File

@ -5,10 +5,10 @@
*
*/
#include "shared/source/ail/ail_configuration.h"
#include "shared/source/ail/ail_configuration_base.inl"
#include <map>
#include <vector>
namespace NEO {
static EnableAIL<IGFX_ALDERLAKE_S> enableAILADLS;

View File

@ -5,10 +5,10 @@
*
*/
#include "shared/source/ail/ail_configuration.h"
#include "shared/source/ail/ail_configuration_base.inl"
#include <map>
#include <vector>
namespace NEO {
static EnableAIL<IGFX_DG1> enableAILDG1;

View File

@ -5,10 +5,10 @@
*
*/
#include "shared/source/ail/ail_configuration.h"
#include "shared/source/ail/ail_configuration_base.inl"
#include <map>
#include <vector>
namespace NEO {
static EnableAIL<IGFX_ROCKETLAKE> enableAILRKL;

View File

@ -5,10 +5,10 @@
*
*/
#include "shared/source/ail/ail_configuration.h"
#include "shared/source/ail/ail_configuration_base.inl"
#include <map>
#include <vector>
namespace NEO {
static EnableAIL<IGFX_TIGERLAKE_LP> enableAILTGLLP;

View File

@ -5,10 +5,10 @@
*
*/
#include "shared/source/ail/ail_configuration.h"
#include "shared/source/ail/ail_configuration_base.inl"
#include <map>
#include <vector>
namespace NEO {
static EnableAIL<IGFX_XE_HP_SDV> enableAILXEHPSDV;

View File

@ -5,10 +5,10 @@
*
*/
#include "shared/source/ail/ail_configuration.h"
#include "shared/source/ail/ail_configuration_base.inl"
#include <map>
#include <vector>
namespace NEO {
static EnableAIL<IGFX_PVC> enableAILPVC;

View File

@ -6,14 +6,13 @@
*/
#include "shared/source/ail/ail_configuration.h"
#include "shared/source/ail/ail_configuration_base.inl"
#include "shared/source/helpers/hw_info.h"
#include <algorithm>
#include <map>
#include <string>
#include <vector>
namespace NEO {
static EnableAIL<IGFX_DG2> enableAILDG2;
std::map<std::string_view, std::vector<AILEnumeration>> applicationMapDG2 = {

View File

@ -6,7 +6,6 @@
*/
#pragma once
#include <algorithm>
#include <array>
#include <cstdint>

View File

@ -10,7 +10,6 @@
#include "shared/source/built_ins/sip_kernel_type.h"
#include <cstddef>
#include <memory>
#include <string>
#include <vector>

View File

@ -23,12 +23,10 @@
#include "shared/source/indirect_heap/indirect_heap.h"
#include "shared/source/os_interface/os_thread.h"
#include "shared/source/utilities/spinlock.h"
#include "shared/source/utilities/stackvec.h"
#include <chrono>
#include <cstddef>
#include <cstdint>
#include <optional>
namespace NEO {
class AllocationsList;

View File

@ -12,6 +12,7 @@
#include "shared/source/aub_mem_dump/page_table_entry_bits.h"
#include "shared/source/command_stream/aub_command_stream_receiver.h"
#include "shared/source/command_stream/command_stream_receiver_with_aub_dump.h"
#include "shared/source/command_stream/tbx_command_stream_receiver_hw.h"
#include "shared/source/debug_settings/debug_settings_manager.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/execution_environment/root_device_environment.h"

View File

@ -17,8 +17,6 @@
#include "shared/source/memory_manager/memory_operations_handler.h"
#include "shared/source/os_interface/os_context.h"
#include <cstring>
namespace NEO {
DebugerL0CreateFn debuggerL0Factory[IGFX_MAX_CORE] = {};

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2020 Intel Corporation
* Copyright (C) 2020-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -11,7 +11,6 @@
#include "shared/source/utilities/arrayref.h"
#include "shared/source/utilities/const_stringref.h"
#include <cstring>
#include <vector>
namespace NEO {

View File

@ -9,7 +9,6 @@
#include "shared/source/device_binary_format/elf/zebin_elf.h"
#include "shared/source/utilities/arrayref.h"
#include "shared/source/utilities/stackvec.h"
#include <limits>
#include <string>

View File

@ -5,7 +5,6 @@
*
*/
#include "shared/source/device_binary_format/ar/ar.h"
#include "shared/source/device_binary_format/ar/ar_decoder.h"
#include "shared/source/device_binary_format/device_binary_formats.h"
#include "shared/source/helpers/string.h"

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2021 Intel Corporation
* Copyright (C) 2020-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -11,8 +11,6 @@
#include "shared/source/device_binary_format/elf/elf_encoder.h"
#include "shared/source/device_binary_format/elf/ocl_elf.h"
#include <tuple>
namespace NEO {
template <>

View File

@ -7,11 +7,9 @@
#include "shared/source/command_stream/csr_definitions.h"
#include "shared/source/gen12lp/hw_cmds_base.h"
#include "shared/source/helpers/engine_node_helper.h"
#include "shared/source/helpers/pipe_control_args.h"
#include "shared/source/helpers/pipeline_select_helper.h"
#include "shared/source/helpers/preamble_bdw_and_later.inl"
#include "shared/source/os_interface/hw_info_config.h"
namespace NEO {

View File

@ -9,7 +9,6 @@
#include "shared/source/debug_settings/debug_settings_manager.h"
#include "shared/source/gmm_helper/cache_settings_helper.h"
#include "shared/source/gmm_helper/client_context/gmm_client_context.h"
#include "shared/source/helpers/api_specific_config.h"
#include "shared/source/helpers/state_base_address_base.inl"
namespace NEO {