mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 15:53:13 +08:00
Add absolute include paths
Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@@ -7,18 +7,18 @@
|
||||
|
||||
#include "opencl/source/command_queue/command_queue.h"
|
||||
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "helpers/aligned_memory.h"
|
||||
#include "helpers/array_count.h"
|
||||
#include "helpers/engine_node_helper.h"
|
||||
#include "helpers/get_info.h"
|
||||
#include "helpers/ptr_math.h"
|
||||
#include "helpers/string.h"
|
||||
#include "helpers/timestamp_packet.h"
|
||||
#include "memory_manager/internal_allocation_storage.h"
|
||||
#include "os_interface/os_context.h"
|
||||
#include "utilities/api_intercept.h"
|
||||
#include "utilities/tag_allocator.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/helpers/aligned_memory.h"
|
||||
#include "shared/source/helpers/array_count.h"
|
||||
#include "shared/source/helpers/engine_node_helper.h"
|
||||
#include "shared/source/helpers/get_info.h"
|
||||
#include "shared/source/helpers/ptr_math.h"
|
||||
#include "shared/source/helpers/string.h"
|
||||
#include "shared/source/helpers/timestamp_packet.h"
|
||||
#include "shared/source/memory_manager/internal_allocation_storage.h"
|
||||
#include "shared/source/os_interface/os_context.h"
|
||||
#include "shared/source/utilities/api_intercept.h"
|
||||
#include "shared/source/utilities/tag_allocator.h"
|
||||
#include "opencl/source/built_ins/builtins_dispatch_builder.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
#include "opencl/source/device/cl_device.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "helpers/engine_control.h"
|
||||
#include "shared/source/helpers/engine_control.h"
|
||||
#include "opencl/source/event/event.h"
|
||||
#include "opencl/source/helpers/base_object.h"
|
||||
#include "opencl/source/helpers/dispatch_info.h"
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "command_stream/preemption.h"
|
||||
#include "helpers/engine_control.h"
|
||||
#include "helpers/hw_helper.h"
|
||||
#include "memory_manager/graphics_allocation.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/command_stream/preemption.h"
|
||||
#include "shared/source/helpers/engine_control.h"
|
||||
#include "shared/source/helpers/hw_helper.h"
|
||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||
#include "opencl/source/command_queue/command_queue.h"
|
||||
#include "opencl/source/command_queue/gpgpu_walker.h"
|
||||
#include "opencl/source/device/cl_device.h"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "helpers/blit_commands_helper.h"
|
||||
#include "shared/source/helpers/blit_commands_helper.h"
|
||||
#include "opencl/source/built_ins/aux_translation_builtin.h"
|
||||
#include "opencl/source/command_queue/enqueue_barrier.h"
|
||||
#include "opencl/source/command_queue/enqueue_copy_buffer.h"
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "device/device.h"
|
||||
#include "helpers/get_info.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/device/device.h"
|
||||
#include "shared/source/helpers/get_info.h"
|
||||
#include "opencl/source/command_queue/command_queue.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
#include "opencl/source/event/event.h"
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "device/device.h"
|
||||
#include "memory_manager/surface.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/device/device.h"
|
||||
#include "shared/source/memory_manager/surface.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/event/event.h"
|
||||
|
||||
|
||||
@@ -6,16 +6,16 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "helpers/array_count.h"
|
||||
#include "helpers/engine_node_helper.h"
|
||||
#include "memory_manager/internal_allocation_storage.h"
|
||||
#include "memory_manager/memory_manager.h"
|
||||
#include "memory_manager/surface.h"
|
||||
#include "os_interface/os_context.h"
|
||||
#include "program/sync_buffer_handler.h"
|
||||
#include "utilities/range.h"
|
||||
#include "utilities/tag_allocator.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/helpers/array_count.h"
|
||||
#include "shared/source/helpers/engine_node_helper.h"
|
||||
#include "shared/source/memory_manager/internal_allocation_storage.h"
|
||||
#include "shared/source/memory_manager/memory_manager.h"
|
||||
#include "shared/source/memory_manager/surface.h"
|
||||
#include "shared/source/os_interface/os_context.h"
|
||||
#include "shared/source/program/sync_buffer_handler.h"
|
||||
#include "shared/source/utilities/range.h"
|
||||
#include "shared/source/utilities/tag_allocator.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/built_ins/builtins_dispatch_builder.h"
|
||||
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/command_queue/enqueue_common.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "helpers/basic_math.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/helpers/basic_math.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "memory_manager/internal_allocation_storage.h"
|
||||
#include "memory_manager/memory_manager.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/memory_manager/internal_allocation_storage.h"
|
||||
#include "shared/source/memory_manager/memory_manager.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "helpers/basic_math.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/helpers/basic_math.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "opencl/source/built_ins/builtins_dispatch_builder.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/command_queue/gpgpu_walker.h"
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "device/device.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/device/device.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/command_queue/gpgpu_walker.h"
|
||||
#include "opencl/source/event/event.h"
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "device/device.h"
|
||||
#include "memory_manager/surface.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/device/device.h"
|
||||
#include "shared/source/memory_manager/surface.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/command_queue/gpgpu_walker.h"
|
||||
#include "opencl/source/event/event.h"
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "helpers/cache_policy.h"
|
||||
#include "memory_manager/unified_memory_manager.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/helpers/cache_policy.h"
|
||||
#include "shared/source/memory_manager/unified_memory_manager.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/command_queue/enqueue_common.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/command_queue/enqueue_common.h"
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "helpers/basic_math.h"
|
||||
#include "helpers/cache_policy.h"
|
||||
#include "memory_manager/graphics_allocation.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/helpers/basic_math.h"
|
||||
#include "shared/source/helpers/cache_policy.h"
|
||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "memory_manager/surface.h"
|
||||
#include "memory_manager/unified_memory_manager.h"
|
||||
#include "shared/source/memory_manager/surface.h"
|
||||
#include "shared/source/memory_manager/unified_memory_manager.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/command_queue/enqueue_common.h"
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "helpers/string.h"
|
||||
#include "memory_manager/unified_memory_manager.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/helpers/string.h"
|
||||
#include "shared/source/memory_manager/unified_memory_manager.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "helpers/basic_math.h"
|
||||
#include "memory_manager/graphics_allocation.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/helpers/basic_math.h"
|
||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "command_stream/linear_stream.h"
|
||||
#include "command_stream/preemption.h"
|
||||
#include "helpers/register_offsets.h"
|
||||
#include "helpers/timestamp_packet.h"
|
||||
#include "helpers/vec.h"
|
||||
#include "indirect_heap/indirect_heap.h"
|
||||
#include "utilities/tag_allocator.h"
|
||||
#include "shared/source/command_stream/linear_stream.h"
|
||||
#include "shared/source/command_stream/preemption.h"
|
||||
#include "shared/source/helpers/register_offsets.h"
|
||||
#include "shared/source/helpers/timestamp_packet.h"
|
||||
#include "shared/source/helpers/vec.h"
|
||||
#include "shared/source/indirect_heap/indirect_heap.h"
|
||||
#include "shared/source/utilities/tag_allocator.h"
|
||||
#include "opencl/source/built_ins/built_ins.h"
|
||||
#include "opencl/source/command_queue/command_queue.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
|
||||
@@ -6,15 +6,15 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "helpers/aligned_memory.h"
|
||||
#include "helpers/debug_helpers.h"
|
||||
#include "helpers/engine_node_helper.h"
|
||||
#include "helpers/hw_helper.h"
|
||||
#include "indirect_heap/indirect_heap.h"
|
||||
#include "memory_manager/graphics_allocation.h"
|
||||
#include "os_interface/os_context.h"
|
||||
#include "utilities/tag_allocator.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/helpers/aligned_memory.h"
|
||||
#include "shared/source/helpers/debug_helpers.h"
|
||||
#include "shared/source/helpers/engine_node_helper.h"
|
||||
#include "shared/source/helpers/hw_helper.h"
|
||||
#include "shared/source/indirect_heap/indirect_heap.h"
|
||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||
#include "shared/source/os_interface/os_context.h"
|
||||
#include "shared/source/utilities/tag_allocator.h"
|
||||
#include "opencl/source/command_queue/command_queue.h"
|
||||
#include "opencl/source/command_queue/gpgpu_walker.h"
|
||||
#include "opencl/source/command_queue/local_id_gen.h"
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "execution_environment/root_device_environment.h"
|
||||
#include "helpers/simd_helper.h"
|
||||
#include "shared/source/execution_environment/root_device_environment.h"
|
||||
#include "shared/source/helpers/simd_helper.h"
|
||||
#include "opencl/source/command_queue/gpgpu_walker_base.inl"
|
||||
#include "opencl/source/device/cl_device.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "command_stream/preemption_mode.h"
|
||||
#include "shared/source/command_stream/preemption_mode.h"
|
||||
|
||||
#include "CL/cl.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "memory_manager/internal_allocation_storage.h"
|
||||
#include "shared/source/memory_manager/internal_allocation_storage.h"
|
||||
#include "opencl/source/command_queue/gpgpu_walker.h"
|
||||
#include "opencl/source/command_queue/hardware_interface.h"
|
||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "helpers/engine_node_helper.h"
|
||||
#include "os_interface/os_context.h"
|
||||
#include "shared/source/helpers/engine_node_helper.h"
|
||||
#include "shared/source/os_interface/os_context.h"
|
||||
#include "opencl/source/command_queue/hardware_interface_base.inl"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
#include "opencl/source/command_queue/local_id_gen.h"
|
||||
|
||||
#include "helpers/aligned_memory.h"
|
||||
#include "utilities/cpu_info.h"
|
||||
#include "shared/source/helpers/aligned_memory.h"
|
||||
#include "shared/source/utilities/cpu_info.h"
|
||||
|
||||
#include <array>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "helpers/ptr_math.h"
|
||||
#include "shared/source/helpers/ptr_math.h"
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "device/device.h"
|
||||
#include "helpers/array_count.h"
|
||||
#include "helpers/basic_math.h"
|
||||
#include "helpers/debug_helpers.h"
|
||||
#include "shared/source/device/device.h"
|
||||
#include "shared/source/helpers/array_count.h"
|
||||
#include "shared/source/helpers/basic_math.h"
|
||||
#include "shared/source/helpers/debug_helpers.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
#include "opencl/source/helpers/dispatch_info.h"
|
||||
#include "opencl/source/kernel/kernel.h"
|
||||
|
||||
Reference in New Issue
Block a user