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:
shubham kumar
2023-05-25 21:15:46 +00:00
committed by Compute-Runtime-Automation
parent 1c196b9f3d
commit 501c8e87d7
279 changed files with 559 additions and 558 deletions

View File

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

View File

@@ -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 {

View File

@@ -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 {