Refactor aubstream include interface

set include path to third_party/aub_stream
rename third_party/aub_stream/headers -> third_party/aub_stream/aubstream

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-11-23 09:14:27 +00:00
committed by Compute-Runtime-Automation
parent e050d231b9
commit bb308c04ed
104 changed files with 109 additions and 114 deletions

View File

@@ -12,7 +12,7 @@
#include "shared/source/gmm_helper/gmm.h"
#include "shared/source/memory_manager/graphics_allocation.h"
#include "third_party/aub_stream/headers/allocation_params.h"
#include "aubstream/allocation_params.h"
#include <algorithm>

View File

@@ -9,7 +9,7 @@
#include "shared/source/memory_manager/memory_operations_handler.h"
#include "shared/source/utilities/spinlock.h"
#include "third_party/aub_stream/headers/aub_manager.h"
#include "aubstream/aub_manager.h"
#include <mutex>
#include <vector>

View File

@@ -7,7 +7,7 @@
#pragma once
#include "engine_node.h"
#include "aubstream/engine_node.h"
namespace NEO {

View File

@@ -17,7 +17,7 @@
#include "shared/source/os_interface/linux/memory_info.h"
#include "shared/source/os_interface/os_interface.h"
#include "engine_node.h"
#include "aubstream/engine_node.h"
#include "igfxfmid.h"
#include <array>

View File

@@ -9,7 +9,7 @@
#include "shared/source/os_interface/linux/engine_info.h"
#include "shared/source/os_interface/linux/ioctl_helper.h"
#include "engine_node.h"
#include "aubstream/engine_node.h"
#include "sku_info.h"
#include <cstdint>

View File

@@ -11,7 +11,7 @@
#include "shared/source/helpers/engine_node_helper.h"
#include "shared/source/utilities/reference_tracked_object.h"
#include "engine_node.h"
#include "aubstream/engine_node.h"
#include <mutex>

View File

@@ -8,7 +8,7 @@
#pragma once
#include "shared/source/utilities/metrics_library.h"
#include "engine_node.h"
#include "aubstream/engine_node.h"
#include <mutex>

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019-2021 Intel Corporation
* Copyright (C) 2019-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -9,7 +9,7 @@
#include "shared/source/gmm_helper/gmm_lib.h"
#include "engine_node.h"
#include "aubstream/engine_node.h"
namespace NEO {