mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
Add absolute path to include
Change-Id: Ib0782b4ab8d9a26ec358ecfb57721f4fe8d51b06
This commit is contained in:
@@ -6,10 +6,9 @@
|
||||
*/
|
||||
|
||||
#include "core/helpers/array_count.h"
|
||||
|
||||
#include "command_stream/aub_command_stream_receiver_hw.h"
|
||||
#include "command_stream/aub_command_stream_receiver_hw_bdw_plus.inl"
|
||||
#include "helpers/base_object.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/helpers/base_object.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
|
||||
#pragma once
|
||||
#include "core/memory_manager/memory_constants.h"
|
||||
#include "opencl/source/gen_common/aub_mapper_base.h"
|
||||
|
||||
#include "engine_node.h"
|
||||
#include "gen_common/aub_mapper_base.h"
|
||||
|
||||
namespace NEO {
|
||||
struct ICLFamily;
|
||||
|
||||
@@ -7,10 +7,10 @@
|
||||
|
||||
#include "core/helpers/completion_stamp.h"
|
||||
#include "core/helpers/hw_helper.h"
|
||||
#include "opencl/source/aub_mem_dump/aub_alloc_dump.inl"
|
||||
#include "opencl/source/aub_mem_dump/aub_mem_dump.inl"
|
||||
|
||||
#include "aub_mapper.h"
|
||||
#include "aub_mem_dump/aub_alloc_dump.inl"
|
||||
#include "aub_mem_dump/aub_mem_dump.inl"
|
||||
#include "config.h"
|
||||
|
||||
namespace AubMemDump {
|
||||
|
||||
@@ -6,13 +6,12 @@
|
||||
*/
|
||||
|
||||
#include "core/gen11/hw_cmds.h"
|
||||
|
||||
#include "mem_obj/buffer_bdw_plus.inl"
|
||||
#include "opencl/source/mem_obj/buffer_bdw_plus.inl"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
typedef ICLFamily Family;
|
||||
static auto gfxCore = IGFX_GEN11_CORE;
|
||||
|
||||
#include "mem_obj/buffer_factory_init.inl"
|
||||
#include "opencl/source/mem_obj/buffer_factory_init.inl"
|
||||
} // namespace NEO
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
*/
|
||||
|
||||
#include "core/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/enqueue_resource_barrier.h"
|
||||
|
||||
#include "command_queue/command_queue_hw.h"
|
||||
#include "command_queue/command_queue_hw_bdw_plus.inl"
|
||||
#include "command_queue/enqueue_resource_barrier.h"
|
||||
#include "enqueue_init_dispatch_globals.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
@@ -8,9 +8,8 @@
|
||||
#include "core/command_stream/command_stream_receiver_hw_bdw_plus.inl"
|
||||
#include "core/debug_settings/debug_settings_manager.h"
|
||||
#include "core/helpers/blit_commands_helper_bdw_plus.inl"
|
||||
|
||||
#include "command_stream/device_command_stream.h"
|
||||
#include "gen11/reg_configs.h"
|
||||
#include "opencl/source/command_stream/device_command_stream.h"
|
||||
#include "opencl/source/gen11/reg_configs.h"
|
||||
|
||||
namespace NEO {
|
||||
typedef ICLFamily Family;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "command_stream/command_stream_receiver_simulated_common_hw_bdw_plus.inl"
|
||||
#include "opencl/source/command_stream/command_stream_receiver_simulated_common_hw_bdw_plus.inl"
|
||||
|
||||
namespace NEO {
|
||||
typedef ICLFamily Family;
|
||||
|
||||
@@ -6,11 +6,10 @@
|
||||
*/
|
||||
|
||||
#include "core/gen11/hw_cmds.h"
|
||||
|
||||
#include "device_queue/device_queue_hw.h"
|
||||
#include "device_queue/device_queue_hw_bdw_plus.inl"
|
||||
#include "device_queue/device_queue_hw_profiling.inl"
|
||||
#include "gen11/device_enqueue.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"
|
||||
#include "opencl/source/gen11/device_enqueue.h"
|
||||
|
||||
namespace NEO {
|
||||
typedef ICLFamily Family;
|
||||
|
||||
@@ -6,18 +6,17 @@
|
||||
*/
|
||||
|
||||
#include "core/command_stream/command_stream_receiver_hw.h"
|
||||
|
||||
#include "command_queue/command_queue_hw.h"
|
||||
#include "command_stream/aub_command_stream_receiver_hw.h"
|
||||
#include "command_stream/tbx_command_stream_receiver_hw.h"
|
||||
#include "device_queue/device_queue_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"
|
||||
#include "opencl/source/device_queue/device_queue_hw.h"
|
||||
|
||||
#ifdef HAVE_INSTRUMENTATION
|
||||
#include "event/perf_counter.h"
|
||||
#include "opencl/source/event/perf_counter.h"
|
||||
#endif
|
||||
#include "mem_obj/buffer.h"
|
||||
#include "mem_obj/image.h"
|
||||
#include "sampler/sampler.h"
|
||||
#include "opencl/source/mem_obj/buffer.h"
|
||||
#include "opencl/source/mem_obj/image.h"
|
||||
#include "opencl/source/sampler/sampler.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
||||
@@ -6,9 +6,8 @@
|
||||
*/
|
||||
|
||||
#include "core/gen11/hw_info.h"
|
||||
|
||||
#include "command_queue/gpgpu_walker_bdw_plus.inl"
|
||||
#include "command_queue/hardware_interface_bdw_plus.inl"
|
||||
#include "opencl/source/command_queue/gpgpu_walker_bdw_plus.inl"
|
||||
#include "opencl/source/command_queue/hardware_interface_bdw_plus.inl"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
||||
@@ -5,8 +5,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "gtpin/gtpin_hw_helper.h"
|
||||
#include "gtpin/gtpin_hw_helper.inl"
|
||||
#include "opencl/source/gtpin/gtpin_hw_helper.h"
|
||||
#include "opencl/source/gtpin/gtpin_hw_helper.inl"
|
||||
|
||||
#include "ocl_igc_shared/gtpin/gtpin_ocl_interface.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
@@ -7,10 +7,9 @@
|
||||
|
||||
#include "core/debug_settings/debug_settings_manager.h"
|
||||
#include "core/gen11/hw_cmds.h"
|
||||
|
||||
#include "helpers/hardware_commands_helper.h"
|
||||
#include "helpers/hardware_commands_helper.inl"
|
||||
#include "helpers/hardware_commands_helper_base.inl"
|
||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||
#include "opencl/source/helpers/hardware_commands_helper.inl"
|
||||
#include "opencl/source/helpers/hardware_commands_helper_base.inl"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
|
||||
#include "core/helpers/flat_batch_buffer_helper_hw.inl"
|
||||
#include "core/helpers/hw_helper_bdw_plus.inl"
|
||||
|
||||
#include "aub/aub_helper_bdw_plus.inl"
|
||||
#include "opencl/source/aub/aub_helper_bdw_plus.inl"
|
||||
|
||||
namespace NEO {
|
||||
typedef ICLFamily Family;
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
#include "core/gen11/hw_cmds.h"
|
||||
#include "core/memory_manager/memory_constants.h"
|
||||
#include "opencl/source/aub_mem_dump/aub_services.h"
|
||||
|
||||
#include "aub_mem_dump/aub_services.h"
|
||||
#include "engine_node.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
#include "core/gen11/hw_cmds.h"
|
||||
#include "core/memory_manager/memory_constants.h"
|
||||
#include "opencl/source/aub_mem_dump/aub_services.h"
|
||||
|
||||
#include "aub_mem_dump/aub_services.h"
|
||||
#include "engine_node.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
#include "core/gen11/hw_cmds_lkf.h"
|
||||
#include "core/memory_manager/memory_constants.h"
|
||||
#include "opencl/source/aub_mem_dump/aub_services.h"
|
||||
|
||||
#include "aub_mem_dump/aub_services.h"
|
||||
#include "engine_node.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
@@ -6,9 +6,8 @@
|
||||
*/
|
||||
|
||||
#include "core/gen11/hw_cmds_base.h"
|
||||
|
||||
#include "mem_obj/image.h"
|
||||
#include "mem_obj/image.inl"
|
||||
#include "opencl/source/mem_obj/image.h"
|
||||
#include "opencl/source/mem_obj/image.inl"
|
||||
|
||||
#include <map>
|
||||
|
||||
@@ -45,5 +44,5 @@ void ImageHw<Family>::appendSurfaceStateParams(RENDER_SURFACE_STATE *surfaceStat
|
||||
}
|
||||
}
|
||||
|
||||
#include "mem_obj/image_factory_init.inl"
|
||||
#include "opencl/source/mem_obj/image_factory_init.inl"
|
||||
} // namespace NEO
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "command_stream/command_stream_receiver_with_aub_dump.inl"
|
||||
#include "os_interface/linux/device_command_stream.inl"
|
||||
#include "os_interface/linux/drm_command_stream.inl"
|
||||
#include "os_interface/linux/drm_command_stream_bdw_plus.inl"
|
||||
#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"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
||||
@@ -6,14 +6,13 @@
|
||||
*/
|
||||
|
||||
#include "core/gen11/hw_cmds.h"
|
||||
|
||||
#include "sampler/sampler.h"
|
||||
#include "sampler/sampler.inl"
|
||||
#include "opencl/source/sampler/sampler.h"
|
||||
#include "opencl/source/sampler/sampler.inl"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
typedef ICLFamily Family;
|
||||
static auto gfxCore = IGFX_GEN11_CORE;
|
||||
|
||||
#include "sampler/sampler_factory_init.inl"
|
||||
#include "opencl/source/sampler/sampler_factory_init.inl"
|
||||
} // namespace NEO
|
||||
|
||||
@@ -7,11 +7,10 @@
|
||||
|
||||
#include "core/gen11/hw_cmds.h"
|
||||
#include "core/helpers/array_count.h"
|
||||
|
||||
#include "command_stream/command_stream_receiver_with_aub_dump.inl"
|
||||
#include "command_stream/tbx_command_stream_receiver_hw.h"
|
||||
#include "command_stream/tbx_command_stream_receiver_hw.inl"
|
||||
#include "helpers/base_object.h"
|
||||
#include "opencl/source/command_stream/command_stream_receiver_with_aub_dump.inl"
|
||||
#include "opencl/source/command_stream/tbx_command_stream_receiver_hw.h"
|
||||
#include "opencl/source/command_stream/tbx_command_stream_receiver_hw.inl"
|
||||
#include "opencl/source/helpers/base_object.h"
|
||||
|
||||
namespace NEO {
|
||||
typedef ICLFamily Family;
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "command_stream/command_stream_receiver_with_aub_dump.inl"
|
||||
#include "os_interface/windows/device_command_stream.inl"
|
||||
#include "os_interface/windows/wddm_device_command_stream.inl"
|
||||
#include "opencl/source/command_stream/command_stream_receiver_with_aub_dump.inl"
|
||||
#include "opencl/source/os_interface/windows/device_command_stream.inl"
|
||||
#include "opencl/source/os_interface/windows/wddm_device_command_stream.inl"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user