fix: Remove inline specifier from device id vectors definition

Resolves: HSD-18037239819

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2024-03-10 21:25:36 +00:00
committed by Compute-Runtime-Automation
parent 3c690e0962
commit a184856921
18 changed files with 40 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,7 +10,7 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> ehlDeviceIds{
const std::vector<unsigned short> ehlDeviceIds{
0x4500,
0x4541,
0x4551,

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,7 +10,7 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> icllpDeviceIds{
const std::vector<unsigned short> icllpDeviceIds{
0xFF05,
0x8A56,
0x8A58,

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,5 +10,5 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> lkfDeviceIds{0x9840};
const std::vector<unsigned short> lkfDeviceIds{0x9840};
} // namespace NEO

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,5 +10,5 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> adlnDeviceIds{0x46D0, 0x46D1, 0x46D2};
const std::vector<unsigned short> adlnDeviceIds{0x46D0, 0x46D1, 0x46D2};
} // namespace NEO

View File

@@ -10,7 +10,7 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> adlpDeviceIds{
const std::vector<unsigned short> adlpDeviceIds{
0x46A0,
0x46B0,
0x46A1,

View File

@@ -10,7 +10,7 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> adlsDeviceIds{
const std::vector<unsigned short> adlsDeviceIds{
0x4680,
0x4682,
0x4688,

View File

@@ -10,7 +10,7 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> dg1DeviceIds{
const std::vector<unsigned short> dg1DeviceIds{
0x4905,
0x4906,
0x4907,

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,7 +10,7 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> rklDeviceIds{
const std::vector<unsigned short> rklDeviceIds{
0x4C80,
0x4C8A,
0x4C8B,

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,7 +10,7 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> tgllpDeviceIds{
const std::vector<unsigned short> tgllpDeviceIds{
0xFF20,
0x9A49,
0x9A40,

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,7 +10,7 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> bdwDeviceIds{
const std::vector<unsigned short> bdwDeviceIds{
0x1602,
0x160A,
0x1606,

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,7 +10,7 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> bxtDeviceIds{
const std::vector<unsigned short> bxtDeviceIds{
0x9906,
0x9907,
0x0A84,

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,7 +10,7 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> cflDeviceIds{
const std::vector<unsigned short> cflDeviceIds{
0x3E90,
0x3E93,
0x3E99,
@@ -31,14 +31,14 @@ inline const std::vector<unsigned short> cflDeviceIds{
0x9BA0,
0x9BC0};
inline const std::vector<unsigned short> whlDeviceIds{
const std::vector<unsigned short> whlDeviceIds{
0x3EA1,
0x3EA3,
0x3EA4,
0x3EA0,
0x3EA2};
inline const std::vector<unsigned short> cmlDeviceIds{
const std::vector<unsigned short> cmlDeviceIds{
0x9B21,
0x9B41,
0x9BA2,

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,7 +10,7 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> glkDeviceIds{
const std::vector<unsigned short> glkDeviceIds{
0x3184,
0x3185};
} // namespace NEO

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,8 +10,8 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> amlDeviceIds{0x591C};
inline const std::vector<unsigned short> kblDeviceIds{
const std::vector<unsigned short> amlDeviceIds{0x591C};
const std::vector<unsigned short> kblDeviceIds{
0x5902,
0x590B,
0x590A,

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Intel Corporation
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,7 +10,7 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> sklDeviceIds{
const std::vector<unsigned short> sklDeviceIds{
0x1902,
0x190B,
0x190A,

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022-2023 Intel Corporation
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -10,7 +10,7 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> pvcXlDeviceIds{0x0BD0};
inline const std::vector<unsigned short> pvcXtDeviceIds{0x0BD5, 0x0BD6, 0x0BD7, 0x0BD8, 0x0BD9, 0x0BDA, 0x0BDB, 0x0B69, 0x0B6E};
inline const std::vector<unsigned short> pvcXtVgDeviceIds{0x0BD4};
const std::vector<unsigned short> pvcXlDeviceIds{0x0BD0};
const std::vector<unsigned short> pvcXtDeviceIds{0x0BD5, 0x0BD6, 0x0BD7, 0x0BD8, 0x0BD9, 0x0BDA, 0x0BDB, 0x0B69, 0x0B6E};
const std::vector<unsigned short> pvcXtVgDeviceIds{0x0BD4};
} // namespace NEO

View File

@@ -10,7 +10,7 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> dg2G10DeviceIds{
const std::vector<unsigned short> dg2G10DeviceIds{
0x4F80,
0x4F81,
0x4F82,
@@ -24,7 +24,7 @@ inline const std::vector<unsigned short> dg2G10DeviceIds{
0x56A2,
0x56C0};
inline const std::vector<unsigned short> dg2G11DeviceIds{
const std::vector<unsigned short> dg2G11DeviceIds{
0x4F87,
0x4F88,
0x5693,
@@ -40,7 +40,7 @@ inline const std::vector<unsigned short> dg2G11DeviceIds{
0x56BD,
0x56C1};
inline const std::vector<unsigned short> dg2G12DeviceIds{
const std::vector<unsigned short> dg2G12DeviceIds{
0x5696,
0x5697,
0x56A3,

View File

@@ -10,16 +10,16 @@
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> mtlmDeviceIds{
const std::vector<unsigned short> mtlmDeviceIds{
0x7D40,
0x7D45,
0x7D60,
0x7D67,
0x7D41};
inline const std::vector<unsigned short> mtlpDeviceIds{
const std::vector<unsigned short> mtlpDeviceIds{
0x7D55,
0x7DD5};
inline const std::vector<unsigned short> arlDeviceIds{
const std::vector<unsigned short> arlDeviceIds{
0x7D51,
0x7DD1};
} // namespace NEO