mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 13:54:58 +08:00
build: enable aub test runners for xe_hpg_core
Related-To: NEO-7579 Signed-off-by: Jakub Nowacki <jakub.nowacki@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6cb52f71b4
commit
356557f202
9
target_aub_tests/xe_hpg_core/CMakeLists.txt
Normal file
9
target_aub_tests/xe_hpg_core/CMakeLists.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Copyright (C) 2025 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(TESTS_XE_HPG_CORE)
|
||||
add_subdirectories()
|
||||
endif()
|
||||
10
target_aub_tests/xe_hpg_core/arl/CMakeLists.txt
Normal file
10
target_aub_tests/xe_hpg_core/arl/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# Copyright (C) 2025 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(TESTS_ARL AND "${NEO_BITS}" STREQUAL "64")
|
||||
set(aub_test_config ${ARL_CONFIG_STR})
|
||||
include(${NEO_SOURCE_DIR}/cmake/run_aub_test_target.cmake)
|
||||
endif()
|
||||
10
target_aub_tests/xe_hpg_core/dg2/CMakeLists.txt
Normal file
10
target_aub_tests/xe_hpg_core/dg2/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# Copyright (C) 2025 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(TESTS_DG2 AND "${NEO_BITS}" STREQUAL "64")
|
||||
set(aub_test_config ${DG2_CONFIG_STR})
|
||||
include(${NEO_SOURCE_DIR}/cmake/run_aub_test_target.cmake)
|
||||
endif()
|
||||
10
target_aub_tests/xe_hpg_core/mtl/CMakeLists.txt
Normal file
10
target_aub_tests/xe_hpg_core/mtl/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
#
|
||||
# Copyright (C) 2025 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(TESTS_MTL AND "${NEO_BITS}" STREQUAL "64")
|
||||
set(aub_test_config ${MTL_CONFIG_STR})
|
||||
include(${NEO_SOURCE_DIR}/cmake/run_aub_test_target.cmake)
|
||||
endif()
|
||||
Reference in New Issue
Block a user