mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-07 21:27:04 +08:00
CapabilityTable adjustments part 1
- Extract hw_info_config.h from Linux directory - Extract enabling HwInfoConfig from Linux directory - Create dummy implementations for HwInfoConfig on Windows Change-Id: Ic9c7525ba9d9b654f238fb661cdbb3eecc421e29
This commit is contained in:
committed by
sys_ocldev
parent
0e41bc7f71
commit
aa727b3bcc
@@ -33,9 +33,7 @@ foreach(GEN_TYPE ${ALL_GEN_TYPES})
|
||||
string(TOLOWER ${PLATFORM_IT} PLATFORM_IT_LOWER)
|
||||
list (APPEND IGDRCL_SRCS_ENABLE_TESTED_HW
|
||||
${IGDRCL_SOURCE_DIR}/runtime/${GEN_TYPE_LOWER}/enable_${PLATFORM_IT_LOWER}.cpp
|
||||
)
|
||||
list(APPEND IGDRCL_SRCS_ENABLE_TESTED_HW_LINUX
|
||||
${IGDRCL_SOURCE_DIR}/runtime/${GEN_TYPE_LOWER}/linux/enable_${PLATFORM_IT_LOWER}.cpp
|
||||
${IGDRCL_SOURCE_DIR}/runtime/${GEN_TYPE_LOWER}/enable_hw_info_config_${PLATFORM_IT_LOWER}.cpp
|
||||
)
|
||||
endforeach()
|
||||
endif()
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "runtime/os_interface/os_interface.h"
|
||||
#include "runtime/os_interface/linux/hw_info_config.h"
|
||||
#include "runtime/os_interface/hw_info_config.h"
|
||||
#include "runtime/utilities/cpu_info.h"
|
||||
|
||||
#include "unit_tests/os_interface/hw_info_config_tests.h"
|
||||
|
||||
Reference in New Issue
Block a user