mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Change core inlcudes
Change-Id: Iaec903af420f0a92f7d86e484c83300fb9c531ad Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@ -5,8 +5,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/helpers/array_count.h"
|
||||
#include "core/memory_manager/memory_pool.h"
|
||||
#include "helpers/array_count.h"
|
||||
#include "memory_manager/memory_pool.h"
|
||||
#include "opencl/source/aub_mem_dump/aub_alloc_dump.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"
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "core/memory_manager/memory_constants.h"
|
||||
#include "memory_manager/memory_constants.h"
|
||||
#include "opencl/source/gen_common/aub_mapper_base.h"
|
||||
|
||||
#include "engine_node.h"
|
||||
|
@ -5,8 +5,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/helpers/completion_stamp.h"
|
||||
#include "core/helpers/hw_helper.h"
|
||||
#include "helpers/completion_stamp.h"
|
||||
#include "helpers/hw_helper.h"
|
||||
#include "opencl/source/aub_mem_dump/aub_alloc_dump.inl"
|
||||
#include "opencl/source/aub_mem_dump/aub_mem_dump.inl"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/gen12lp/hw_cmds.h"
|
||||
#include "gen12lp/hw_cmds.h"
|
||||
#include "opencl/source/mem_obj/buffer_bdw_plus.inl"
|
||||
|
||||
namespace NEO {
|
||||
|
@ -5,13 +5,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/gen12lp/hw_cmds.h"
|
||||
#include "gen12lp/hw_cmds.h"
|
||||
|
||||
using Family = NEO::TGLLPFamily;
|
||||
|
||||
#include "core/command_stream/command_stream_receiver_hw_bdw_plus.inl"
|
||||
#include "core/command_stream/command_stream_receiver_hw_tgllp_plus.inl"
|
||||
#include "core/helpers/blit_commands_helper_bdw_plus.inl"
|
||||
#include "command_stream/command_stream_receiver_hw_bdw_plus.inl"
|
||||
#include "command_stream/command_stream_receiver_hw_tgllp_plus.inl"
|
||||
#include "helpers/blit_commands_helper_bdw_plus.inl"
|
||||
#include "opencl/source/command_stream/device_command_stream.h"
|
||||
#include "opencl/source/gen12lp/helpers_gen12lp.h"
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/gen12lp/hw_cmds.h"
|
||||
#include "gen12lp/hw_cmds.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_profiling.inl"
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/command_stream/command_stream_receiver_hw.h"
|
||||
#include "command_stream/command_stream_receiver_hw.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/command_stream/aub_command_stream_receiver_hw.h"
|
||||
#include "opencl/source/command_stream/tbx_command_stream_receiver_hw.h"
|
||||
|
@ -5,9 +5,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/command_stream/experimental_command_buffer.h"
|
||||
#include "core/command_stream/experimental_command_buffer.inl"
|
||||
#include "core/helpers/hw_helper.h"
|
||||
#include "command_stream/experimental_command_buffer.h"
|
||||
#include "command_stream/experimental_command_buffer.inl"
|
||||
#include "helpers/hw_helper.h"
|
||||
|
||||
namespace NEO {
|
||||
typedef TGLLPFamily GfxFamily;
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/gen12lp/hw_info.h"
|
||||
#include "gen12lp/hw_info.h"
|
||||
#include "opencl/source/command_queue/gpgpu_walker_bdw_plus.inl"
|
||||
#include "opencl/source/command_queue/hardware_interface_bdw_plus.inl"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "hardware_commands_helper_gen12lp.inl"
|
||||
|
||||
#include "core/gen12lp/hw_cmds.h"
|
||||
#include "gen12lp/hw_cmds.h"
|
||||
#include "opencl/source/command_queue/command_queue.h"
|
||||
#include "opencl/source/gen12lp/helpers_gen12lp.h"
|
||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include "opencl/source/gen12lp/helpers_gen12lp.h"
|
||||
|
||||
#include "core/command_stream/command_stream_receiver.h"
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "opencl/source/command_stream/command_stream_receiver_simulated_common_hw.h"
|
||||
|
||||
namespace NEO {
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/gen12lp/hw_cmds_base.h"
|
||||
#include "gen12lp/hw_cmds_base.h"
|
||||
|
||||
namespace AubMemDump {
|
||||
struct AubStream;
|
||||
|
@ -5,9 +5,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/command_container/command_encoder.h"
|
||||
#include "core/helpers/flat_batch_buffer_helper_hw.inl"
|
||||
#include "core/helpers/hw_helper_bdw_plus.inl"
|
||||
#include "command_container/command_encoder.h"
|
||||
#include "helpers/flat_batch_buffer_helper_hw.inl"
|
||||
#include "helpers/hw_helper_bdw_plus.inl"
|
||||
#include "opencl/source/aub/aub_helper_bdw_plus.inl"
|
||||
#include "opencl/source/gen12lp/helpers_gen12lp.h"
|
||||
|
||||
|
@ -5,8 +5,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/gen12lp/hw_cmds.h"
|
||||
#include "core/memory_manager/memory_constants.h"
|
||||
#include "gen12lp/hw_cmds.h"
|
||||
#include "memory_manager/memory_constants.h"
|
||||
#include "opencl/source/aub_mem_dump/aub_services.h"
|
||||
|
||||
#include "engine_node.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/gen12lp/hw_cmds.h"
|
||||
#include "gen12lp/hw_cmds.h"
|
||||
#include "opencl/source/gen12lp/helpers_gen12lp.h"
|
||||
#include "opencl/source/mem_obj/image.h"
|
||||
#include "opencl/source/mem_obj/image.inl"
|
||||
|
@ -5,8 +5,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/os_interface/hw_info_config.inl"
|
||||
#include "core/os_interface/hw_info_config_bdw_plus.inl"
|
||||
#include "os_interface/hw_info_config.inl"
|
||||
#include "os_interface/hw_info_config_bdw_plus.inl"
|
||||
|
||||
#ifdef SUPPORT_TGLLP
|
||||
#include "hw_info_config_tgllp.inl"
|
||||
|
@ -5,8 +5,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/helpers/hw_info.h"
|
||||
#include "core/os_interface/hw_info_config.h"
|
||||
#include "helpers/hw_info.h"
|
||||
#include "os_interface/hw_info_config.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "core/helpers/preamble.h"
|
||||
#include "helpers/preamble.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/gen12lp/hw_cmds_base.h"
|
||||
#include "gen12lp/hw_cmds_base.h"
|
||||
using Family = NEO::TGLLPFamily;
|
||||
constexpr static auto gfxCore = IGFX_GEN12LP_CORE;
|
||||
#include "opencl/source/sampler/sampler_tgllp_plus.inl"
|
||||
|
@ -5,8 +5,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/helpers/state_base_address.h"
|
||||
#include "core/helpers/state_base_address_bdw_plus.inl"
|
||||
#include "helpers/state_base_address.h"
|
||||
#include "helpers/state_base_address_bdw_plus.inl"
|
||||
|
||||
namespace NEO {
|
||||
template struct StateBaseAddressHelper<TGLLPFamily>;
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/helpers/state_compute_mode_helper.h"
|
||||
#include "helpers/state_compute_mode_helper.h"
|
||||
|
||||
namespace NEO {
|
||||
template <>
|
||||
|
@ -5,9 +5,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/gen12lp/hw_cmds.h"
|
||||
#include "core/helpers/array_count.h"
|
||||
#include "core/memory_manager/memory_pool.h"
|
||||
#include "gen12lp/hw_cmds.h"
|
||||
#include "helpers/array_count.h"
|
||||
#include "memory_manager/memory_pool.h"
|
||||
#include "opencl/source/aub_mem_dump/aub_mem_dump.h"
|
||||
#include "opencl/source/command_stream/command_stream_receiver_with_aub_dump.inl"
|
||||
#include "opencl/source/command_stream/tbx_command_stream_receiver_hw.h"
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/gen12lp/hw_cmds.h"
|
||||
#include "gen12lp/hw_cmds.h"
|
||||
#include "opencl/source/helpers/windows/gmm_callbacks_tgllp_plus.inl"
|
||||
|
||||
using namespace NEO;
|
||||
|
@ -5,11 +5,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/debug_settings/debug_settings_manager.h"
|
||||
#include "core/helpers/hw_info.h"
|
||||
#include "core/os_interface/hw_info_config.h"
|
||||
#include "core/os_interface/hw_info_config.inl"
|
||||
#include "core/os_interface/hw_info_config_bdw_plus.inl"
|
||||
#include "debug_settings/debug_settings_manager.h"
|
||||
#include "helpers/hw_info.h"
|
||||
#include "os_interface/hw_info_config.h"
|
||||
#include "os_interface/hw_info_config.inl"
|
||||
#include "os_interface/hw_info_config_bdw_plus.inl"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
Reference in New Issue
Block a user