mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
New string debug variable HardwareInfoOverride is used to specify new Hardware Info Config to be selected, for example 1x4x8. Change-Id: I6d939608e6551e4a9102e5ab2e08255ee4982933
17 lines
445 B
CMake
17 lines
445 B
CMake
#
|
|
# Copyright (C) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
#
|
|
|
|
if(TESTS_BDW)
|
|
set(IGDRCL_SRCS_tests_gen8_bdw
|
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
|
${CMAKE_CURRENT_SOURCE_DIR}/device_tests_bdw.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_device_caps_bdw.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_hw_info_config_bdw.cpp
|
|
)
|
|
target_sources(igdrcl_tests PRIVATE ${IGDRCL_SRCS_tests_gen8_bdw})
|
|
add_subdirectories()
|
|
endif()
|