refactor: rename hw_helper files to gfx_core_helper files

Related-To: NEO-6853
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-02-01 16:23:01 +00:00
committed by Compute-Runtime-Automation
parent 14f5a61993
commit 2484c7ceb2
366 changed files with 453 additions and 453 deletions

View File

@@ -9,7 +9,7 @@
#include "shared/source/command_stream/command_stream_receiver_hw.h"
#include "shared/source/command_stream/tbx_command_stream_receiver_hw.h"
#include "shared/source/debugger/debugger_l0.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/helpers/gfx_core_helper.h"
#include "shared/source/helpers/populate_factory.h"
#include "shared/source/xe_hpc_core/hw_cmds_xe_hpc_core_base.h"

View File

@@ -14,10 +14,10 @@ using Family = NEO::XeHpcCoreFamily;
#include "shared/source/debug_settings/debug_settings_manager.h"
#include "shared/source/execution_environment/root_device_environment.h"
#include "shared/source/helpers/flat_batch_buffer_helper_hw.inl"
#include "shared/source/helpers/hw_helper_base.inl"
#include "shared/source/helpers/hw_helper_dg2_and_later.inl"
#include "shared/source/helpers/hw_helper_tgllp_and_later.inl"
#include "shared/source/helpers/hw_helper_xehp_and_later.inl"
#include "shared/source/helpers/gfx_core_helper_base.inl"
#include "shared/source/helpers/gfx_core_helper_dg2_and_later.inl"
#include "shared/source/helpers/gfx_core_helper_tgllp_and_later.inl"
#include "shared/source/helpers/gfx_core_helper_xehp_and_later.inl"
#include "shared/source/helpers/logical_state_helper.inl"
namespace NEO {
@@ -453,7 +453,7 @@ bool GfxCoreHelperHw<Family>::isRelaxedOrderingSupported() const {
} // namespace NEO
#include "shared/source/helpers/hw_helper_pvc_and_later.inl"
#include "shared/source/helpers/gfx_core_helper_pvc_and_later.inl"
namespace NEO {
template class GfxCoreHelperHw<Family>;