mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 22:08:53 +08:00
fix: add AOT definition for NVLS
Related-To: NEO-16649 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0e75dee300
commit
e1df486709
@@ -308,13 +308,13 @@ endif()
|
||||
|
||||
if(SUPPORT_XE3_CORE)
|
||||
ADD_AOT_DEFINITION(XE3)
|
||||
ADD_AOT_DEFINITION(XE3_LPG)
|
||||
set(XE3_CORE_TEST_KERNELS_BLOCKLIST "CopyBuffer_simd8.cl")
|
||||
if(TESTS_XE3_CORE)
|
||||
ADD_ITEM_FOR_CORE_TYPE("FAMILY_NAME" "TESTED" "XE3_CORE" "Xe3CoreFamily")
|
||||
endif()
|
||||
|
||||
if(SUPPORT_PTL)
|
||||
ADD_AOT_DEFINITION(XE3_LPG)
|
||||
ADD_AOT_DEFINITION(PTL)
|
||||
ADD_AOT_DEFINITION(WCL)
|
||||
set(PTL_XE3_CORE_REVISIONS 4)
|
||||
@@ -329,6 +329,7 @@ if(SUPPORT_XE3_CORE)
|
||||
endif()
|
||||
endif()
|
||||
if(SUPPORT_NVLS)
|
||||
ADD_AOT_DEFINITION(NVL)
|
||||
ADD_PRODUCT("SUPPORTED" "NVLS" "NEO::nvlsProductEnumValue")
|
||||
ADD_PLATFORM_FOR_CORE_TYPE("SUPPORTED" "XE3_CORE" "NVLS")
|
||||
ADD_PLATFORM_FOR_CORE_TYPE("SUPPORTED_IMAGES" "XE3_CORE" "NVLS")
|
||||
|
||||
Reference in New Issue
Block a user