mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 22:08:53 +08:00
removing unused code
Change-Id: I4be71baeedfa96fd98f611ebc58097b1cec2cd75 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
71a4c0c954
commit
1bc98b8478
@@ -10,7 +10,6 @@ set(ALL_GEN_TYPES "")
|
||||
|
||||
list(APPEND ALL_GEN_TYPES "GEN8")
|
||||
list(APPEND ALL_GEN_TYPES "GEN9")
|
||||
list(APPEND ALL_GEN_TYPES "GEN10")
|
||||
list(APPEND ALL_GEN_TYPES "GEN11")
|
||||
|
||||
set(ALL_GEN_TYPES_REVERSED ${ALL_GEN_TYPES})
|
||||
@@ -161,9 +160,6 @@ endmacro()
|
||||
|
||||
SET_FLAGS_FOR("GEN8" "BDW")
|
||||
SET_FLAGS_FOR("GEN9" "SKL" "KBL" "BXT" "GLK" "CFL")
|
||||
if(SUPPORT_GEN10)
|
||||
SET_FLAGS_FOR("GEN10" "CNL")
|
||||
endif()
|
||||
SET_FLAGS_FOR("GEN11" "ICLLP" "LKF")
|
||||
|
||||
# Init lists
|
||||
@@ -248,19 +244,6 @@ if(SUPPORT_GEN9)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(SUPPORT_GEN10)
|
||||
ADD_PLATFORM_FOR_GEN("SUPPORTED" "GEN10" "CNL" "CORE")
|
||||
ADD_PLATFORM_FOR_GEN("SUPPORTED_2_0" "GEN10" "CNL" "CORE")
|
||||
if(TESTS_GEN10)
|
||||
ADD_ITEM_FOR_GEN("FAMILY_NAME" "TESTED" "GEN10" "CNLFamily")
|
||||
ADD_ITEM_FOR_GEN("PLATFORMS" "TESTED" "GEN10" "CNL")
|
||||
ADD_ITEM_FOR_GEN("PLATFORMS" "TESTED_APPVERIFIER" "GEN10" "CNL")
|
||||
ADD_ITEM_FOR_GEN("CONFIGURATIONS" "AUB_TESTS" "GEN10" "cnl/2/5/8")
|
||||
ADD_ITEM_FOR_GEN("CONFIGURATIONS" "MT_TESTS" "GEN10" "cnl/2/5/8")
|
||||
ADD_ITEM_FOR_GEN("CONFIGURATIONS" "UNIT_TESTS" "GEN10" "cnl/2/5/8")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(SUPPORT_GEN11)
|
||||
if(TESTS_GEN11)
|
||||
ADD_ITEM_FOR_GEN("FAMILY_NAME" "TESTED" "GEN11" "ICLFamily")
|
||||
|
||||
Reference in New Issue
Block a user