mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
fix: extract common logic for filling default gt system info
gt system info should be queried from KMD Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1702526c40
commit
66d4d141e1
@@ -1,10 +1,10 @@
|
||||
#
|
||||
# Copyright (C) 2021-2023 Intel Corporation
|
||||
# Copyright (C) 2021-2024 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(TESTS_PVC)
|
||||
set(unit_test_config "pvc/2/4/5/47") # non-zero values for unit tests
|
||||
set(unit_test_config "pvc/2/4/8/47") # non-zero values for unit tests
|
||||
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
|
||||
endif()
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
#
|
||||
|
||||
if(TESTS_ARL)
|
||||
set(unit_test_config "arl/2/4/5/0/0x7D41") # non-zero values for unit tests
|
||||
set(unit_test_config "arl/2/4/8/0/0x7D41") # non-zero values for unit tests
|
||||
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
|
||||
endif()
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
#
|
||||
|
||||
if(TESTS_MTL)
|
||||
set(unit_test_config "mtl/2/4/5/0/0x7D40") # non-zero values for unit tests
|
||||
set(unit_test_config "mtl/2/4/8/0/0x7D40") # non-zero values for unit tests
|
||||
include(${NEO_SOURCE_DIR}/cmake/run_ult_target.cmake)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user