Files
compute-runtime/shared/source/gen12lp/rkl/device_ids_configs_rkl.h
Filip Hazubski a184856921 fix: Remove inline specifier from device id vectors definition
Resolves: HSD-18037239819

Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
2024-03-11 09:52:27 +01:00

21 lines
280 B
C++

/*
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <vector>
namespace NEO {
const std::vector<unsigned short> rklDeviceIds{
0x4C80,
0x4C8A,
0x4C8B,
0x4C8C,
0x4C90,
0x4C9A};
} // namespace NEO