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

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