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:
Mateusz Jablonski
2024-06-25 09:37:08 +00:00
committed by Compute-Runtime-Automation
parent 1702526c40
commit 66d4d141e1
23 changed files with 82 additions and 246 deletions

View File

@@ -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()

View File

@@ -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()

View File

@@ -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()