Files
compute-runtime/shared/source/gen9/glk/device_ids_configs_glk.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

17 lines
232 B
C++

/*
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <vector>
namespace NEO {
const std::vector<unsigned short> glkDeviceIds{
0x3184,
0x3185};
} // namespace NEO