mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
e050d231b9
commit
bb308c04ed
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "engine_node.h"
|
||||
#include "aubstream/engine_node.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#pragma once
|
||||
#include "shared/source/utilities/metrics_library.h"
|
||||
|
||||
#include "engine_node.h"
|
||||
#include "aubstream/engine_node.h"
|
||||
|
||||
#include <mutex>
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user