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