refactor l0 cmake: reduce include directories

Related-To: NEO-7507
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2023-03-17 10:34:58 +00:00
committed by Compute-Runtime-Automation
parent a7830eb478
commit 659cacf2c9
100 changed files with 190 additions and 268 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2021 Intel Corporation
* Copyright (C) 2020-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -7,7 +7,7 @@
#include "level_zero/tools/source/sysman/ras/linux/os_ras_imp.h"
#include "sysman/linux/os_sysman_imp.h"
#include "level_zero/tools/source/sysman/linux/os_sysman_imp.h"
namespace L0 {

View File

@@ -5,11 +5,10 @@
*
*/
#include "level_zero/tools/source/sysman/linux/os_sysman_imp.h"
#include "level_zero/tools/source/sysman/ras/linux/os_ras_imp_prelim.h"
#include "level_zero/tools/source/sysman/sysman_imp.h"
#include "sysman/linux/os_sysman_imp.h"
namespace L0 {
static const std::map<zes_ras_error_cat_t, std::vector<std::string>> categoryToListOfEventsUncorrectable = {
{ZES_RAS_ERROR_CAT_CACHE_ERRORS,

View File

@@ -1,15 +1,14 @@
/*
* Copyright (C) 2021-2022 Intel Corporation
* Copyright (C) 2021-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "level_zero/tools/source/sysman/firmware_util/firmware_util.h"
#include "level_zero/tools/source/sysman/linux/os_sysman_imp.h"
#include "level_zero/tools/source/sysman/ras/linux/os_ras_imp_prelim.h"
#include "sysman/linux/os_sysman_imp.h"
namespace L0 {
void LinuxRasSourceHbm::getSupportedRasErrorTypes(std::set<zes_ras_error_type_t> &errorType, OsSysman *pOsSysman, ze_device_handle_t deviceHandle) {

View File

@@ -9,7 +9,7 @@
#include "shared/source/helpers/string.h"
#include "sysman/linux/os_sysman_imp.h"
#include "level_zero/tools/source/sysman/linux/os_sysman_imp.h"
namespace L0 {