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