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:
Pryba, Michal
2025-01-10 16:07:33 +00:00
committed by Compute-Runtime-Automation
parent e6c0cf4b93
commit 5218923b6d
2 changed files with 4 additions and 2 deletions

View File

@ -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")

View File

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