refactor: define dg2 g10 device ids in separate file

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2024-10-09 12:59:02 +00:00
committed by Compute-Runtime-Automation
parent ac6472b105
commit 0168067c9c
2 changed files with 31 additions and 17 deletions

View File

@@ -0,0 +1,29 @@
/*
* Copyright (C) 2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <vector>
namespace NEO {
const std::vector<unsigned short> dg2G10DeviceIds{
0x4F80,
0x4F81,
0x4F82,
0x4F83,
0x4F84,
0x5690,
0x5691,
0x5692,
0x56A0,
0x56A1,
0x56A2,
0x56C0,
0x56C2,
0x56BE,
0x56BF};
} // namespace NEO

View File

@@ -7,26 +7,11 @@
#pragma once
#include "device_ids_configs_dg2_g10.h"
#include <vector>
namespace NEO {
const std::vector<unsigned short> dg2G10DeviceIds{
0x4F80,
0x4F81,
0x4F82,
0x4F83,
0x4F84,
0x5690,
0x5691,
0x5692,
0x56A0,
0x56A1,
0x56A2,
0x56C0,
0x56C2,
0x56BE,
0x56BF};
const std::vector<unsigned short> dg2G11DeviceIds{
0x4F87,
0x4F88,