Files
compute-runtime/shared/source/gen9/skl/device_ids_configs_skl.h
Daria Hinz 01af53b63c Setting default device id for acronym
This PR includes:
- Move product config implementation from
ocloc arg helper to product config helper.
- Add default device id setting for each platform configuration.
- Add & move hw info config tests from opencl to shared

Signed-off-by: Daria Hinz <daria.hinz@intel.com>
Related-To: NEO-7112
2022-07-15 12:28:58 +02:00

41 lines
522 B
C++

/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <vector>
namespace NEO {
static const std::vector<unsigned short> sklDeviceIds{
0x1902,
0x190B,
0x190A,
0x1906,
0x190E,
0x1917,
0x1913,
0X1915,
0x1912,
0x191B,
0x191A,
0x1916,
0x191E,
0x191D,
0x1921,
0x9905,
0x192B,
0x192D,
0x192A,
0x1923,
0x1926,
0x1927,
0x1932,
0x193B,
0x193A,
0x193D};
} // namespace NEO