mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Rename plus in filenames to and_later
Related-To: NEO-5920 Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
d8dd93dea6
commit
aa5e1780a2
@ -9,7 +9,7 @@
|
||||
#include "shared/source/helpers/populate_factory.h"
|
||||
|
||||
#include "opencl/source/command_stream/aub_command_stream_receiver_hw.h"
|
||||
#include "opencl/source/command_stream/aub_command_stream_receiver_hw_bdw_plus.inl"
|
||||
#include "opencl/source/command_stream/aub_command_stream_receiver_hw_bdw_and_later.inl"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/aub/aub_helper_bdw_plus.inl"
|
||||
#include "shared/source/aub/aub_helper_bdw_and_later.inl"
|
||||
#include "shared/source/aub_mem_dump/aub_alloc_dump.inl"
|
||||
#include "shared/source/aub_mem_dump/aub_mem_dump.inl"
|
||||
#include "shared/source/gen9/aub_mapper.h"
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "shared/source/helpers/populate_factory.h"
|
||||
|
||||
#include "opencl/source/helpers/cl_hw_helper_base.inl"
|
||||
#include "opencl/source/helpers/cl_hw_helper_bdw_plus.inl"
|
||||
#include "opencl/source/helpers/cl_hw_helper_bdw_and_later.inl"
|
||||
|
||||
#include "hw_cmds.h"
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
#include "shared/source/memory_manager/unified_memory_manager.h"
|
||||
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw_bdw_plus.inl"
|
||||
#include "opencl/source/command_queue/command_queue_hw_bdw_and_later.inl"
|
||||
#include "opencl/source/command_queue/enqueue_resource_barrier.h"
|
||||
|
||||
#include "enqueue_init_dispatch_globals.h"
|
||||
|
@ -1,11 +1,11 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2020 Intel Corporation
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "opencl/source/command_stream/command_stream_receiver_simulated_common_hw_bdw_plus.inl"
|
||||
#include "opencl/source/command_stream/command_stream_receiver_simulated_common_hw_bdw_and_later.inl"
|
||||
|
||||
namespace NEO {
|
||||
typedef SKLFamily Family;
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include "shared/source/helpers/populate_factory.h"
|
||||
|
||||
#include "opencl/source/device_queue/device_queue_hw.h"
|
||||
#include "opencl/source/device_queue/device_queue_hw_bdw_plus.inl"
|
||||
#include "opencl/source/device_queue/device_queue_hw_bdw_and_later.inl"
|
||||
#include "opencl/source/device_queue/device_queue_hw_profiling.inl"
|
||||
|
||||
namespace NEO {
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
#include "shared/source/gen9/hw_cmds_base.h"
|
||||
|
||||
#include "opencl/source/command_queue/gpgpu_walker_bdw_plus.inl"
|
||||
#include "opencl/source/command_queue/hardware_interface_bdw_plus.inl"
|
||||
#include "opencl/source/command_queue/gpgpu_walker_bdw_and_later.inl"
|
||||
#include "opencl/source/command_queue/hardware_interface_bdw_and_later.inl"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "opencl/source/gtpin/gtpin_hw_helper.h"
|
||||
#include "opencl/source/gtpin/gtpin_hw_helper.inl"
|
||||
#include "opencl/source/gtpin/gtpin_hw_helper_bdw_plus.inl"
|
||||
#include "opencl/source/gtpin/gtpin_hw_helper_bdw_and_later.inl"
|
||||
|
||||
#include "ocl_igc_shared/gtpin/gtpin_ocl_interface.h"
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||
#include "opencl/source/helpers/hardware_commands_helper_base.inl"
|
||||
#include "opencl/source/helpers/hardware_commands_helper_bdw_plus.inl"
|
||||
#include "opencl/source/helpers/hardware_commands_helper_bdw_and_later.inl"
|
||||
|
||||
#include <cstdint>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "opencl/source/command_stream/command_stream_receiver_with_aub_dump.inl"
|
||||
#include "opencl/source/os_interface/linux/device_command_stream.inl"
|
||||
#include "opencl/source/os_interface/linux/drm_command_stream.inl"
|
||||
#include "opencl/source/os_interface/linux/drm_command_stream_bdw_plus.inl"
|
||||
#include "opencl/source/os_interface/linux/drm_command_stream_bdw_and_later.inl"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
Reference in New Issue
Block a user