mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 15:08:18 +08:00
Enable DG2 on Windows in Cmake
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6d87dccd03
commit
670958ec2c
@@ -10,6 +10,10 @@ SET_FLAGS_FOR("GEN11" "ICLLP" "LKF" "EHL")
|
||||
SET_FLAGS_FOR("GEN12LP" "TGLLP" "RKL" "ADLS" "ADLP" "DG1")
|
||||
SET_FLAGS_FOR("XE_HP_CORE" "XE_HP_SDV")
|
||||
|
||||
if(WIN32)
|
||||
SET_FLAGS_FOR("XE_HPG_CORE" "DG2")
|
||||
endif()
|
||||
|
||||
set(DEVICE_ENQUEUE_DISABLED_CORE_TYPES "GEN8" "GEN12LP" ${XEHP_AND_LATER_CORE_TYPES})
|
||||
|
||||
foreach(CORE_TYPE ${XEHP_AND_LATER_CORE_TYPES})
|
||||
|
||||
Reference in New Issue
Block a user