mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
Move remaining SBA files to shared
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
e6a18aac73
commit
60d0d4d67f
@@ -17,6 +17,7 @@ set(CORE_RUNTIME_SRCS_GENX_CPP_BASE
|
||||
hw_helper
|
||||
preamble
|
||||
preemption
|
||||
state_base_address
|
||||
)
|
||||
|
||||
set(CORE_RUNTIME_SRCS_GENX_CPP_WINDOWS
|
||||
|
||||
14
shared/source/gen11/state_base_address_gen11.cpp
Normal file
14
shared/source/gen11/state_base_address_gen11.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/helpers/state_base_address.h"
|
||||
#include "shared/source/helpers/state_base_address_bdw_plus.inl"
|
||||
#include "shared/source/helpers/state_base_address_skl_plus.inl"
|
||||
|
||||
namespace NEO {
|
||||
template struct StateBaseAddressHelper<ICLFamily>;
|
||||
}
|
||||
14
shared/source/gen12lp/state_base_address_gen12lp.cpp
Normal file
14
shared/source/gen12lp/state_base_address_gen12lp.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (C) 2019-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/helpers/state_base_address.h"
|
||||
#include "shared/source/helpers/state_base_address_bdw_plus.inl"
|
||||
#include "shared/source/helpers/state_base_address_skl_plus.inl"
|
||||
|
||||
namespace NEO {
|
||||
template struct StateBaseAddressHelper<TGLLPFamily>;
|
||||
}
|
||||
14
shared/source/gen8/state_base_address_gen8.cpp
Normal file
14
shared/source/gen8/state_base_address_gen8.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/helpers/state_base_address.h"
|
||||
#include "shared/source/helpers/state_base_address_bdw.inl"
|
||||
#include "shared/source/helpers/state_base_address_bdw_plus.inl"
|
||||
|
||||
namespace NEO {
|
||||
template struct StateBaseAddressHelper<BDWFamily>;
|
||||
}
|
||||
14
shared/source/gen9/state_base_address_gen9.cpp
Normal file
14
shared/source/gen9/state_base_address_gen9.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/helpers/state_base_address.h"
|
||||
#include "shared/source/helpers/state_base_address_bdw_plus.inl"
|
||||
#include "shared/source/helpers/state_base_address_skl_plus.inl"
|
||||
|
||||
namespace NEO {
|
||||
template struct StateBaseAddressHelper<SKLFamily>;
|
||||
}
|
||||
Reference in New Issue
Block a user