compute-runtime/shared/source/gen9/bxt/device_ids_configs_bxt.h

23 lines
304 B
C++

/*
* Copyright (C) 2022-2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <vector>
namespace NEO {
const std::vector<unsigned short> bxtDeviceIds{
0x9906,
0x9907,
0x0A84,
0x5A84,
0x5A85,
0x1A85,
0x1A84,
0x9908};
} // namespace NEO