mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Cleanup includes 3
Related-To: NEO-5548 Signed-off-by: Warchulski, Jaroslaw <jaroslaw.warchulski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
99ef6c499b
commit
6cbb3cfb05
@ -15,7 +15,6 @@
|
|||||||
#include "shared/source/debugger/debugger_l0.h"
|
#include "shared/source/debugger/debugger_l0.h"
|
||||||
#include "shared/source/memory_manager/memory_manager.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/cmdqueue/cmdqueue_imp.h"
|
||||||
#include "level_zero/core/source/device/device.h"
|
#include "level_zero/core/source/device/device.h"
|
||||||
#include "level_zero/core/source/device/device_imp.h"
|
#include "level_zero/core/source/device/device_imp.h"
|
||||||
|
@ -6,10 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/ail/ail_configuration.h"
|
#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/device/device.h"
|
||||||
#include "shared/source/helpers/constants.h"
|
|
||||||
#include "shared/source/helpers/string_helpers.h"
|
#include "shared/source/helpers/string_helpers.h"
|
||||||
|
|
||||||
#include "opencl/source/cl_device/cl_device.h"
|
#include "opencl/source/cl_device/cl_device.h"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "shared/source/helpers/hw_info.h"
|
#include "igfxfmid.h"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
@ -27,6 +27,8 @@
|
|||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
|
||||||
|
struct RuntimeCapabilityTable;
|
||||||
|
|
||||||
enum class AILEnumeration : uint32_t {
|
enum class AILEnumeration : uint32_t {
|
||||||
DISABLE_BLITTER,
|
DISABLE_BLITTER,
|
||||||
DISABLE_COMPRESSION,
|
DISABLE_COMPRESSION,
|
||||||
|
@ -5,6 +5,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "shared/source/ail/ail_configuration.h"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include "shared/source/ail/ail_configuration.h"
|
#include "shared/source/ail/ail_configuration.h"
|
||||||
#include "shared/source/helpers/hash.h"
|
#include "shared/source/helpers/hash.h"
|
||||||
|
#include "shared/source/helpers/hw_info.h"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/ail/ail_configuration.h"
|
|
||||||
#include "shared/source/ail/ail_configuration_base.inl"
|
#include "shared/source/ail/ail_configuration_base.inl"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
static EnableAIL<IGFX_ALDERLAKE_N> enableAILADLN;
|
static EnableAIL<IGFX_ALDERLAKE_N> enableAILADLN;
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/ail/ail_configuration.h"
|
|
||||||
#include "shared/source/ail/ail_configuration_base.inl"
|
#include "shared/source/ail/ail_configuration_base.inl"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
static EnableAIL<IGFX_ALDERLAKE_P> enableAILADLP;
|
static EnableAIL<IGFX_ALDERLAKE_P> enableAILADLP;
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/ail/ail_configuration.h"
|
|
||||||
#include "shared/source/ail/ail_configuration_base.inl"
|
#include "shared/source/ail/ail_configuration_base.inl"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
static EnableAIL<IGFX_ALDERLAKE_S> enableAILADLS;
|
static EnableAIL<IGFX_ALDERLAKE_S> enableAILADLS;
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/ail/ail_configuration.h"
|
|
||||||
#include "shared/source/ail/ail_configuration_base.inl"
|
#include "shared/source/ail/ail_configuration_base.inl"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
static EnableAIL<IGFX_DG1> enableAILDG1;
|
static EnableAIL<IGFX_DG1> enableAILDG1;
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/ail/ail_configuration.h"
|
|
||||||
#include "shared/source/ail/ail_configuration_base.inl"
|
#include "shared/source/ail/ail_configuration_base.inl"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
static EnableAIL<IGFX_ROCKETLAKE> enableAILRKL;
|
static EnableAIL<IGFX_ROCKETLAKE> enableAILRKL;
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/ail/ail_configuration.h"
|
|
||||||
#include "shared/source/ail/ail_configuration_base.inl"
|
#include "shared/source/ail/ail_configuration_base.inl"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
static EnableAIL<IGFX_TIGERLAKE_LP> enableAILTGLLP;
|
static EnableAIL<IGFX_TIGERLAKE_LP> enableAILTGLLP;
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/ail/ail_configuration.h"
|
|
||||||
#include "shared/source/ail/ail_configuration_base.inl"
|
#include "shared/source/ail/ail_configuration_base.inl"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
static EnableAIL<IGFX_XE_HP_SDV> enableAILXEHPSDV;
|
static EnableAIL<IGFX_XE_HP_SDV> enableAILXEHPSDV;
|
||||||
|
@ -5,10 +5,10 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/ail/ail_configuration.h"
|
|
||||||
#include "shared/source/ail/ail_configuration_base.inl"
|
#include "shared/source/ail/ail_configuration_base.inl"
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
static EnableAIL<IGFX_PVC> enableAILPVC;
|
static EnableAIL<IGFX_PVC> enableAILPVC;
|
||||||
|
@ -6,14 +6,13 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/ail/ail_configuration.h"
|
#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 <algorithm>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <string>
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
|
||||||
static EnableAIL<IGFX_DG2> enableAILDG2;
|
static EnableAIL<IGFX_DG2> enableAILDG2;
|
||||||
|
|
||||||
std::map<std::string_view, std::vector<AILEnumeration>> applicationMapDG2 = {
|
std::map<std::string_view, std::vector<AILEnumeration>> applicationMapDG2 = {
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <algorithm>
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
#include "shared/source/built_ins/sip_kernel_type.h"
|
#include "shared/source/built_ins/sip_kernel_type.h"
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <memory>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
@ -23,12 +23,10 @@
|
|||||||
#include "shared/source/indirect_heap/indirect_heap.h"
|
#include "shared/source/indirect_heap/indirect_heap.h"
|
||||||
#include "shared/source/os_interface/os_thread.h"
|
#include "shared/source/os_interface/os_thread.h"
|
||||||
#include "shared/source/utilities/spinlock.h"
|
#include "shared/source/utilities/spinlock.h"
|
||||||
#include "shared/source/utilities/stackvec.h"
|
|
||||||
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <optional>
|
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
class AllocationsList;
|
class AllocationsList;
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
#include "shared/source/aub_mem_dump/page_table_entry_bits.h"
|
#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/aub_command_stream_receiver.h"
|
||||||
#include "shared/source/command_stream/command_stream_receiver_with_aub_dump.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/debug_settings/debug_settings_manager.h"
|
||||||
#include "shared/source/execution_environment/execution_environment.h"
|
#include "shared/source/execution_environment/execution_environment.h"
|
||||||
#include "shared/source/execution_environment/root_device_environment.h"
|
#include "shared/source/execution_environment/root_device_environment.h"
|
||||||
|
@ -17,8 +17,6 @@
|
|||||||
#include "shared/source/memory_manager/memory_operations_handler.h"
|
#include "shared/source/memory_manager/memory_operations_handler.h"
|
||||||
#include "shared/source/os_interface/os_context.h"
|
#include "shared/source/os_interface/os_context.h"
|
||||||
|
|
||||||
#include <cstring>
|
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
|
||||||
DebugerL0CreateFn debuggerL0Factory[IGFX_MAX_CORE] = {};
|
DebugerL0CreateFn debuggerL0Factory[IGFX_MAX_CORE] = {};
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2020 Intel Corporation
|
* Copyright (C) 2020-2022 Intel Corporation
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: MIT
|
* SPDX-License-Identifier: MIT
|
||||||
*
|
*
|
||||||
@ -11,7 +11,6 @@
|
|||||||
#include "shared/source/utilities/arrayref.h"
|
#include "shared/source/utilities/arrayref.h"
|
||||||
#include "shared/source/utilities/const_stringref.h"
|
#include "shared/source/utilities/const_stringref.h"
|
||||||
|
|
||||||
#include <cstring>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
#include "shared/source/device_binary_format/elf/zebin_elf.h"
|
#include "shared/source/device_binary_format/elf/zebin_elf.h"
|
||||||
#include "shared/source/utilities/arrayref.h"
|
#include "shared/source/utilities/arrayref.h"
|
||||||
#include "shared/source/utilities/stackvec.h"
|
|
||||||
|
|
||||||
#include <limits>
|
#include <limits>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -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/ar/ar_decoder.h"
|
||||||
#include "shared/source/device_binary_format/device_binary_formats.h"
|
#include "shared/source/device_binary_format/device_binary_formats.h"
|
||||||
#include "shared/source/helpers/string.h"
|
#include "shared/source/helpers/string.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2020-2021 Intel Corporation
|
* Copyright (C) 2020-2022 Intel Corporation
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: MIT
|
* 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/elf_encoder.h"
|
||||||
#include "shared/source/device_binary_format/elf/ocl_elf.h"
|
#include "shared/source/device_binary_format/elf/ocl_elf.h"
|
||||||
|
|
||||||
#include <tuple>
|
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
|
@ -7,11 +7,9 @@
|
|||||||
|
|
||||||
#include "shared/source/command_stream/csr_definitions.h"
|
#include "shared/source/command_stream/csr_definitions.h"
|
||||||
#include "shared/source/gen12lp/hw_cmds_base.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/pipe_control_args.h"
|
||||||
#include "shared/source/helpers/pipeline_select_helper.h"
|
#include "shared/source/helpers/pipeline_select_helper.h"
|
||||||
#include "shared/source/helpers/preamble_bdw_and_later.inl"
|
#include "shared/source/helpers/preamble_bdw_and_later.inl"
|
||||||
#include "shared/source/os_interface/hw_info_config.h"
|
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
#include "shared/source/debug_settings/debug_settings_manager.h"
|
#include "shared/source/debug_settings/debug_settings_manager.h"
|
||||||
#include "shared/source/gmm_helper/cache_settings_helper.h"
|
#include "shared/source/gmm_helper/cache_settings_helper.h"
|
||||||
#include "shared/source/gmm_helper/client_context/gmm_client_context.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"
|
#include "shared/source/helpers/state_base_address_base.inl"
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
Reference in New Issue
Block a user