Revert "Add Ult target for level_zero"

This reverts commit a748d7ccf5.

Change-Id: Ifc49e45a93d42f7ae355fbf2a2d993538a1f71fe
This commit is contained in:
Dunajski, Bartosz
2020-03-13 05:52:47 -08:00
committed by sys_ocldev
parent a3dca017a4
commit 7fd91182b6
42 changed files with 67 additions and 861 deletions

View File

@@ -1,20 +0,0 @@
#
# Copyright (C) 2018-2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
set(BUILT_IN_KERNEL_DIR "${NEO_SOURCE_DIR}/shared/source/built_ins")
set(PLATFORM_SPECIFIC_TEST_TARGETS_FOLDER ult_product_targets)
if(NOT TARGET run_unit_tests)
add_custom_target(run_unit_tests ALL)
set_target_properties(run_unit_tests PROPERTIES FOLDER ${PLATFORM_SPECIFIC_TEST_TARGETS_FOLDER})
endif()
if(NOT TARGET unit_tests)
add_custom_target(unit_tests ALL)
set_target_properties(unit_tests PROPERTIES FOLDER ${PLATFORM_SPECIFIC_TEST_TARGETS_FOLDER})
endif()
add_subdirectories()

View File

@@ -1,9 +0,0 @@
#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_GEN11)
add_subdirectories()
endif()

View File

@@ -1,10 +0,0 @@
#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_EHL)
set(unit_test_config "ehl/1/4/8")
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()

View File

@@ -1,11 +0,0 @@
#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_ICLLP)
set(unit_test_config "icllp/1/8/8")
set(appverified_allowed ${APPVERIFIER_ALLOWED})
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()

View File

@@ -1,10 +0,0 @@
#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_LKF)
set(unit_test_config "lkf/1/8/8")
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()

View File

@@ -1,9 +0,0 @@
#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_GEN12LP)
add_subdirectories()
endif()

View File

@@ -1,11 +0,0 @@
#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_TGLLP)
set(unit_test_config "tgllp/1/6/16")
set(appverified_allowed ${APPVERIFIER_ALLOWED})
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()

View File

@@ -1,9 +0,0 @@
#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_GEN8)
add_subdirectories()
endif()

View File

@@ -1,11 +0,0 @@
#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_BDW)
set(unit_test_config "bdw/1/3/8")
set(appverified_allowed ${APPVERIFIER_ALLOWED})
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()

View File

@@ -1,9 +0,0 @@
#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_GEN9)
add_subdirectories()
endif()

View File

@@ -1,10 +0,0 @@
#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_BXT)
set(unit_test_config "bxt/1/3/6")
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()

View File

@@ -1,10 +0,0 @@
#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_CFL)
set(unit_test_config "cfl/1/3/6")
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()

View File

@@ -1,10 +0,0 @@
#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_GLK)
set(unit_test_config "glk/1/3/6")
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()

View File

@@ -1,10 +0,0 @@
#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_KBL)
set(unit_test_config "kbl/1/3/6")
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()

View File

@@ -1,11 +0,0 @@
#
# Copyright (C) 2020 Intel Corporation
#
# SPDX-License-Identifier: MIT
#
if(TESTS_SKL)
set(unit_test_config "skl/1/3/8")
set(appverified_allowed ${APPVERIFIER_ALLOWED})
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
endif()