mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-15 10:14:56 +08:00
Add absolute include paths
Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "sku_info/sku_info_base.h"
|
||||
#include "shared/source/sku_info/sku_info_base.h"
|
||||
|
||||
namespace NEO {
|
||||
struct FeatureTable : FeatureTableBase {};
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sku_info/operations/sku_info_transfer.h"
|
||||
#include "shared/source/sku_info/operations/sku_info_transfer.h"
|
||||
|
||||
namespace NEO {
|
||||
void SkuInfoTransfer::transferWaTableForGmm(_WA_TABLE *dstWaTable, const NEO::WorkaroundTable *srcWaTable) {
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "gmm_helper/gmm_lib.h"
|
||||
#include "sku_info/operations/sku_info_transfer.h"
|
||||
#include "shared/source/gmm_helper/gmm_lib.h"
|
||||
#include "shared/source/sku_info/operations/sku_info_transfer.h"
|
||||
|
||||
#include "sku_info.h"
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "sku_info/operations/windows/sku_info_receiver.h"
|
||||
#include "shared/source/sku_info/operations/windows/sku_info_receiver.h"
|
||||
|
||||
namespace NEO {
|
||||
void SkuInfoReceiver::receiveFtrTableFromAdapterInfo(FeatureTable *ftrTable, _ADAPTER_INFO *adapterInfo) {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "os_interface/windows/windows_wrapper.h"
|
||||
#include "shared/source/os_interface/windows/windows_wrapper.h"
|
||||
|
||||
#include "sku_info.h"
|
||||
#include "umKmInc/sharedata.h"
|
||||
|
||||
Reference in New Issue
Block a user