mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 22:08:53 +08:00
refactor: define dg2 g10 device ids in separate file
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ac6472b105
commit
0168067c9c
@@ -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
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user