Add absolute include paths

Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-02-23 22:44:01 +01:00
parent e072275ae6
commit 7df9945ebe
1446 changed files with 3815 additions and 3815 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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 {

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "command_stream/preemption_mode.h"
#include "shared/source/command_stream/preemption_mode.h"
#include "CL/cl.h"

View File

@@ -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"

View File

@@ -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 {

View File

@@ -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>

View File

@@ -7,7 +7,7 @@
#pragma once
#include "helpers/ptr_math.h"
#include "shared/source/helpers/ptr_math.h"
#include <algorithm>
#include <array>

View File

@@ -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"