mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Initial PVC support
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com> Related-To: NEO-5542
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3979af1dcc
commit
f20236c7f2
@@ -34,6 +34,15 @@ foreach(CORE_TYPE ${DG2_AND_LATER_CORE_TYPES})
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
foreach(CORE_TYPE ${PVC_AND_LATER_CORE_TYPES})
|
||||
if(TESTS_${CORE_TYPE})
|
||||
set(TESTS_PVC_AND_LATER 1)
|
||||
endif()
|
||||
if(SUPPORT_${CORE_TYPE})
|
||||
set(SUPPORT_PVC_AND_LATER 1)
|
||||
endif()
|
||||
endforeach()
|
||||
|
||||
# Add supported and tested platforms
|
||||
if(SUPPORT_GEN8)
|
||||
set(CORE_GEN8_REVISIONS 0)
|
||||
@@ -261,3 +270,21 @@ if(SUPPORT_XE_HPG_CORE)
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(SUPPORT_XE_HPC_CORE)
|
||||
set(XE_HPC_CORE_TEST_KERNELS_BLOCKLIST "CopyBuffer_simd8.cl")
|
||||
set(CORE_XE_HPC_CORE_REVISIONS 0 3 30 157)
|
||||
if(TESTS_XE_HPC_CORE)
|
||||
ADD_ITEM_FOR_CORE_TYPE("FAMILY_NAME" "TESTED" "XE_HPC_CORE" "XE_HPC_COREFamily")
|
||||
endif()
|
||||
|
||||
if(SUPPORT_PVC)
|
||||
ADD_PRODUCT("SUPPORTED" "PVC" "IGFX_PVC")
|
||||
ADD_PLATFORM_FOR_CORE_TYPE("SUPPORTED" "XE_HPC_CORE" "PVC" "CORE")
|
||||
ADD_PLATFORM_FOR_CORE_TYPE("SUPPORTED_AUX_TRANSLATION" "XE_HPC_CORE" "PVC" "CORE")
|
||||
if(TESTS_PVC)
|
||||
ADD_ITEM_FOR_CORE_TYPE("PLATFORMS" "TESTED" "XE_HPC_CORE" "PVC")
|
||||
ADD_PRODUCT("TESTED" "PVC" "IGFX_PVC")
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user