mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 12:42:54 +08:00
Related-To: NEO-10610 Signed-off-by: Aleksander Czerwionka <aleksander.czerwionka@intel.com>
15 lines
248 B
C++
15 lines
248 B
C++
/*
|
|
* Copyright (C) 2022-2024 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <vector>
|
|
|
|
namespace NEO {
|
|
const std::vector<unsigned short> adlnDeviceIds{0x46D0, 0x46D1, 0x46D2, 0x46D3, 0x46D4};
|
|
} // namespace NEO
|