mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Device ID cleanup:
- Use commmon naming scheme - Add missing ULTs - Remove redundancies Related-To: NEO-5250 Change-Id: Id6ed25c078b54f7d6ea43f2d3b71dc827ff2d088 Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
8e6be83fcc
commit
605629d89e
@ -14,8 +14,9 @@
|
||||
using namespace NEO;
|
||||
|
||||
TEST(GlkDeviceIdTest, supportedDeviceId) {
|
||||
std::array<DeviceDescriptor, 1> expectedDescriptors = {{
|
||||
{IGLK_GT2_ULT_18EU_DEVICE_F0_ID, &GLK_1x3x6::hwInfo, &GLK_1x3x6::setupHardwareInfo, GTTYPE_GTA},
|
||||
std::array<DeviceDescriptor, 2> expectedDescriptors = {{
|
||||
{0x3184, &GLK_1x3x6::hwInfo, &GLK_1x3x6::setupHardwareInfo, GTTYPE_GTA},
|
||||
{0x3185, &GLK_1x2x6::hwInfo, &GLK_1x2x6::setupHardwareInfo, GTTYPE_GTA},
|
||||
}};
|
||||
|
||||
auto compareStructs = [](const DeviceDescriptor *first, const DeviceDescriptor *second) {
|
||||
|
Reference in New Issue
Block a user