Files
compute-runtime/shared/source/gen9/glk/device_ids_configs_glk.h

17 lines
234 B
C
Raw Normal View History

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