mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-10 15:12:56 +08:00
Change-Id: Ic945fd091ac1e12182503f5a9333d42582f3f9f5 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
13 lines
193 B
CMake
13 lines
193 B
CMake
#
|
|
# Copyright (C) 2020 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
set(L0_NOT_SUPPORTED_PRODUCT_FAMILIES
|
|
"IGFX_BROXTON"
|
|
"IGFX_LAKEFIELD"
|
|
"IGFX_ELKHARTLAKE"
|
|
"IGFX_BROADWELL"
|
|
)
|