update gen9 and gen11 support flags

Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
Artur Harasimiuk 2022-07-05 15:23:58 +00:00 committed by Compute-Runtime-Automation
parent 1f9960b305
commit df4bec03e8
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
# SPDX-License-Identifier: MIT
#
if(WIN32)
set(SUPPORT_GEN8 FALSE CACHE BOOL "Support Gen8 devices" FORCE)
set(SUPPORT_GEN9 FALSE CACHE BOOL "Support Gen9 devices" FORCE)
set(SUPPORT_GEN11 FALSE CACHE BOOL "Support Gen11 devices" FORCE)
endif()
SET_FLAGS_FOR("GEN8" "BDW")
SET_FLAGS_FOR("GEN9" "SKL" "KBL" "BXT" "GLK" "CFL")
SET_FLAGS_FOR("GEN11" "ICLLP" "LKF" "EHL")