compute-runtime/shared/source/gen12lp/tgllp/device_ids_configs_tgllp.h

23 lines
308 B
C++

/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <vector>
namespace NEO {
inline const std::vector<unsigned short> tgllpDeviceIds{
0xFF20,
0x9A49,
0x9A40,
0x9A59,
0x9A60,
0x9A68,
0x9A70,
0x9A78};
} // namespace NEO