mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
refactor: rename walker partition files
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
897c890d03
commit
5d25ae4539
@ -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()
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2024 Intel Corporation
|
||||
* Copyright (C) 2024-2025 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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"
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user