mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 07:14:10 +08:00
fix: rename files under sysman to make them unique
Related-To: LOCI-4383 Signed-off-by: shubham kumar <shubham.kumar@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
1c196b9f3d
commit
501c8e87d7
@@ -8,7 +8,7 @@ if(WIN32)
|
||||
target_sources(${L0_STATIC_LIB_NAME}
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/os_performance_imp.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/os_performance_imp.h
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/sysman_os_performance_imp.cpp
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/sysman_os_performance_imp.h
|
||||
)
|
||||
endif()
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "level_zero/sysman/source/performance/windows/os_performance_imp.h"
|
||||
#include "level_zero/sysman/source/performance/windows/sysman_os_performance_imp.h"
|
||||
|
||||
namespace L0 {
|
||||
namespace Sysman {
|
||||
@@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "level_zero/sysman/source/performance/os_performance.h"
|
||||
#include "level_zero/sysman/source/windows/os_sysman_imp.h"
|
||||
#include "level_zero/sysman/source/performance/sysman_os_performance.h"
|
||||
#include "level_zero/sysman/source/windows/zes_os_sysman_imp.h"
|
||||
|
||||
namespace L0 {
|
||||
namespace Sysman {
|
||||
Reference in New Issue
Block a user