refactor: rename walker partition files

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2025-01-17 20:55:07 +00:00
committed by Compute-Runtime-Automation
parent 897c890d03
commit 5d25ae4539
6 changed files with 9 additions and 9 deletions

View File

@ -30,7 +30,6 @@ if(SUPPORT_XEHP_AND_LATER)
${CMAKE_CURRENT_SOURCE_DIR}/implicit_scaling_xehp_and_later.inl
${CMAKE_CURRENT_SOURCE_DIR}/walker_partition_interface.h
${CMAKE_CURRENT_SOURCE_DIR}/walker_partition_xehp_and_later.h
${CMAKE_CURRENT_SOURCE_DIR}/walker_partition_xehp_and_later.inl
)
endif()
@ -49,6 +48,7 @@ endif()
if(SUPPORT_XE_HPG OR SUPPORT_XE_HPC OR SUPPORT_XE2_HPG_CORE OR SUPPORT_XE3_CORE)
list(APPEND NEO_CORE_COMMAND_CONTAINER
${CMAKE_CURRENT_SOURCE_DIR}/command_encoder_from_xe_hpg_core_to_xe3_core.inl
${CMAKE_CURRENT_SOURCE_DIR}/walker_partition_from_xe_hpg_core_to_xe3_core.inl
)
endif()

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2024 Intel Corporation
* Copyright (C) 2024-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2024 Intel Corporation
* Copyright (C) 2024-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -7,7 +7,7 @@
#include "shared/source/command_container/implicit_scaling.h"
#include "shared/source/command_container/implicit_scaling_xehp_and_later.inl"
#include "shared/source/command_container/walker_partition_xehp_and_later.inl"
#include "shared/source/command_container/walker_partition_from_xe_hpg_core_to_xe3_core.inl"
#include "shared/source/xe2_hpg_core/hw_cmds_base.h"
namespace NEO {

View File

@ -7,7 +7,7 @@
#include "shared/source/command_container/implicit_scaling.h"
#include "shared/source/command_container/implicit_scaling_xehp_and_later.inl"
#include "shared/source/command_container/walker_partition_xehp_and_later.inl"
#include "shared/source/command_container/walker_partition_from_xe_hpg_core_to_xe3_core.inl"
#include "shared/source/xe3_core/hw_cmds_base.h"
namespace NEO {

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2024 Intel Corporation
* Copyright (C) 2021-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -7,7 +7,7 @@
#include "shared/source/command_container/implicit_scaling.h"
#include "shared/source/command_container/implicit_scaling_xehp_and_later.inl"
#include "shared/source/command_container/walker_partition_xehp_and_later.inl"
#include "shared/source/command_container/walker_partition_from_xe_hpg_core_to_xe3_core.inl"
#include "shared/source/helpers/api_specific_config.h"
#include "shared/source/os_interface/product_helper.h"
#include "shared/source/xe_hpc_core/hw_cmds_xe_hpc_core_base.h"

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2021-2024 Intel Corporation
* Copyright (C) 2021-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@ -7,7 +7,7 @@
#include "shared/source/command_container/implicit_scaling.h"
#include "shared/source/command_container/implicit_scaling_xehp_and_later.inl"
#include "shared/source/command_container/walker_partition_xehp_and_later.inl"
#include "shared/source/command_container/walker_partition_from_xe_hpg_core_to_xe3_core.inl"
#include "shared/source/xe_hpg_core/hw_cmds_xe_hpg_core_base.h"
namespace NEO {