mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
feature: add automotive sku to alchemist product family
Related-To: NEO-12234 Signed-off-by: Pryba, Michal <michal.pryba@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
e6c0cf4b93
commit
5218923b6d
@ -84,6 +84,7 @@ NAMEDDEVICE(0x56A1, Dg2HwConfig, "Intel(R) Arc(TM) A750 Graphics")
|
||||
NAMEDDEVICE(0x56A2, Dg2HwConfig, "Intel(R) Arc(TM) A580 Graphics")
|
||||
NAMEDDEVICE(0x56A5, Dg2HwConfig, "Intel(R) Arc(TM) A380 Graphics")
|
||||
NAMEDDEVICE(0x56A6, Dg2HwConfig, "Intel(R) Arc(TM) A310 LP Graphics")
|
||||
NAMEDDEVICE(0x56AF, Dg2HwConfig, "Intel(R) Arc(TM) A760A Graphics")
|
||||
NAMEDDEVICE(0x56C0, Dg2HwConfig, "Intel(R) Data Center GPU Flex 170")
|
||||
NAMEDDEVICE(0x56C1, Dg2HwConfig, "Intel(R) Data Center GPU Flex 140")
|
||||
NAMEDDEVICE(0x56C2, Dg2HwConfig, "Intel(R) Data Center GPU Flex 170V")
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2024 Intel Corporation
|
||||
* Copyright (C) 2024-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@ -25,5 +25,6 @@ const std::vector<unsigned short> dg2G10DeviceIds{
|
||||
0x56C0,
|
||||
0x56C2,
|
||||
0x56BE,
|
||||
0x56BF};
|
||||
0x56BF,
|
||||
0x56AF};
|
||||
} // namespace NEO
|
||||
|
Reference in New Issue
Block a user