Files
compute-runtime/level_zero/cmake/not_supported_platforms.cmake
Mateusz Hoppe 821a8d2586 Removing unnecessary files
Related-To: NEO-4874

Change-Id: I2059ac08539d3b906203f05ef9927bd0749007ae
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2020-08-28 15:32:19 +02:00

14 lines
223 B
CMake

#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
set(L0_NOT_SUPPORTED_PRODUCT_FAMILIES
"IGFX_GEMINILAKE"
"IGFX_BROXTON"
"IGFX_LAKEFIELD"
"IGFX_ELKHARTLAKE"
"IGFX_BROADWELL"
)