mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-22 19:29:06 +08:00
fix: correct stateless kernel compilation for PVC+ products
Related-to: NEO-11859 Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
bbffbd16a0
commit
314c899d66
@@ -74,8 +74,8 @@ macro(macro_for_each_platform)
|
||||
list(REMOVE_ITEM KERNELS_TO_COMPILE ${TEST_KERNELS_IMAGES})
|
||||
endif()
|
||||
|
||||
set(HEAPLES_SUPPORT FALSE)
|
||||
CORE_CONTAINS_PLATFORM("SUPPORTED_HEAPLESS" ${CORE_TYPE} ${PLATFORM_IT} HEAPLES_SUPPORT)
|
||||
set(STATELESS_SUPPORT FALSE)
|
||||
CORE_CONTAINS_PLATFORM("SUPPORTED_STATELESS" ${CORE_TYPE} ${PLATFORM_IT} STATELESS_SUPPORT)
|
||||
|
||||
set(PREVIOUS_TARGET)
|
||||
|
||||
@@ -83,7 +83,7 @@ macro(macro_for_each_platform)
|
||||
parse_revision_config(${REVISION_CONFIG} ${PLATFORM_IT_LOWER} DEVICE_ID REVISION_ID)
|
||||
compile_kernels_gen(${DEVICE_ID} ${REVISION_ID} ${PLATFORM_IT_LOWER} FALSE ${KERNELS_TO_COMPILE})
|
||||
|
||||
if(${HEAPLES_SUPPORT})
|
||||
if(${STATELESS_SUPPORT})
|
||||
compile_kernels_gen(${DEVICE_ID} ${REVISION_ID} ${PLATFORM_IT_LOWER} TRUE ${KERNELS_TO_COMPILE})
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user