mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 00:24:58 +08:00
Add cmake flag to add legacy platforms support
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
2f24ef6855
commit
edca8aa6de
@@ -4,7 +4,7 @@
|
|||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
#
|
#
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32 AND NOT NEO_ALLOW_LEGACY_PLATFORMS_SUPPORT)
|
||||||
DISABLE_FLAGS_FOR("GEN8" "BDW")
|
DISABLE_FLAGS_FOR("GEN8" "BDW")
|
||||||
DISABLE_FLAGS_FOR("GEN9" "SKL" "KBL" "BXT" "GLK" "CFL")
|
DISABLE_FLAGS_FOR("GEN9" "SKL" "KBL" "BXT" "GLK" "CFL")
|
||||||
DISABLE_FLAGS_FOR("GEN11" "ICLLP" "LKF" "EHL")
|
DISABLE_FLAGS_FOR("GEN11" "ICLLP" "LKF" "EHL")
|
||||||
|
|||||||
Reference in New Issue
Block a user