Change core inlcudes

Change-Id: Iaec903af420f0a92f7d86e484c83300fb9c531ad
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-02-23 18:46:50 +01:00
parent 87c5d2663b
commit 370424a1e0
1447 changed files with 3820 additions and 3823 deletions

View File

@@ -7,8 +7,8 @@
#include "opencl/source/program/block_kernel_manager.h"
#include "core/command_stream/command_stream_receiver.h"
#include "core/helpers/debug_helpers.h"
#include "command_stream/command_stream_receiver.h"
#include "helpers/debug_helpers.h"
#include "opencl/source/program/kernel_info.h"
namespace NEO {

View File

@@ -5,11 +5,11 @@
*
*/
#include "core/compiler_interface/compiler_interface.h"
#include "core/device/device.h"
#include "core/device_binary_format/device_binary_formats.h"
#include "core/execution_environment/execution_environment.h"
#include "core/utilities/time_measure_wrapper.h"
#include "compiler_interface/compiler_interface.h"
#include "device/device.h"
#include "device_binary_format/device_binary_formats.h"
#include "execution_environment/execution_environment.h"
#include "utilities/time_measure_wrapper.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/gtpin/gtpin_notify.h"
#include "opencl/source/helpers/validators.h"

View File

@@ -5,12 +5,12 @@
*
*/
#include "core/compiler_interface/compiler_interface.h"
#include "core/device/device.h"
#include "core/device_binary_format/elf/elf.h"
#include "core/device_binary_format/elf/elf_encoder.h"
#include "core/device_binary_format/elf/ocl_elf.h"
#include "core/execution_environment/execution_environment.h"
#include "compiler_interface/compiler_interface.h"
#include "device/device.h"
#include "device_binary_format/elf/elf.h"
#include "device_binary_format/elf/elf_encoder.h"
#include "device_binary_format/elf/ocl_elf.h"
#include "execution_environment/execution_environment.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/helpers/validators.h"
#include "opencl/source/platform/platform.h"

View File

@@ -5,9 +5,9 @@
*
*/
#include "core/debug_settings/debug_settings_manager.h"
#include "core/device/device.h"
#include "core/memory_manager/memory_constants.h"
#include "debug_settings/debug_settings_manager.h"
#include "device/device.h"
#include "memory_manager/memory_constants.h"
#include "opencl/source/context/context.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/helpers/string_helpers.h"

View File

@@ -5,9 +5,9 @@
*
*/
#include "core/helpers/get_info.h"
#include "helpers/get_info.h"
#include "core/device/device.h"
#include "device/device.h"
#include "opencl/source/context/context.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/helpers/base_object.h"

View File

@@ -7,8 +7,8 @@
#pragma once
#include "core/compiler_interface/compiler_options/compiler_options_base.h"
#include "core/utilities/const_stringref.h"
#include "compiler_interface/compiler_options/compiler_options_base.h"
#include "utilities/const_stringref.h"
#include <cstdint>
#include <cstring>

View File

@@ -5,12 +5,12 @@
*
*/
#include "core/device_binary_format/patchtokens_decoder.h"
#include "core/helpers/aligned_memory.h"
#include "core/helpers/hw_cmds.h"
#include "core/helpers/ptr_math.h"
#include "core/helpers/string.h"
#include "core/memory_manager/memory_manager.h"
#include "device_binary_format/patchtokens_decoder.h"
#include "helpers/aligned_memory.h"
#include "helpers/hw_cmds.h"
#include "helpers/ptr_math.h"
#include "helpers/string.h"
#include "memory_manager/memory_manager.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/helpers/dispatch_info.h"
#include "opencl/source/kernel/kernel.h"

View File

@@ -6,9 +6,9 @@
*/
#pragma once
#include "core/helpers/hw_info.h"
#include "core/utilities/arrayref.h"
#include "core/utilities/const_stringref.h"
#include "helpers/hw_info.h"
#include "utilities/arrayref.h"
#include "utilities/const_stringref.h"
#include "opencl/source/program/heap_info.h"
#include "opencl/source/program/kernel_arg_info.h"

View File

@@ -7,7 +7,7 @@
#include "opencl/source/program/kernel_info_from_patchtokens.h"
#include "core/device_binary_format/patchtokens_decoder.h"
#include "device_binary_format/patchtokens_decoder.h"
#include "opencl/source/program/kernel_info.h"
#include <cstring>

View File

@@ -5,13 +5,13 @@
*
*/
#include "core/compiler_interface/compiler_interface.h"
#include "core/device/device.h"
#include "core/device_binary_format/elf/elf.h"
#include "core/device_binary_format/elf/elf_encoder.h"
#include "core/device_binary_format/elf/ocl_elf.h"
#include "core/execution_environment/execution_environment.h"
#include "core/utilities/stackvec.h"
#include "compiler_interface/compiler_interface.h"
#include "device/device.h"
#include "device_binary_format/elf/elf.h"
#include "device_binary_format/elf/elf_encoder.h"
#include "device_binary_format/elf/ocl_elf.h"
#include "execution_environment/execution_environment.h"
#include "utilities/stackvec.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/helpers/validators.h"
#include "opencl/source/platform/platform.h"

View File

@@ -7,10 +7,10 @@
#include "printf_handler.h"
#include "core/helpers/aligned_memory.h"
#include "core/helpers/ptr_math.h"
#include "core/memory_manager/memory_manager.h"
#include "core/program/print_formatter.h"
#include "helpers/aligned_memory.h"
#include "helpers/ptr_math.h"
#include "memory_manager/memory_manager.h"
#include "program/print_formatter.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/helpers/dispatch_info.h"
#include "opencl/source/kernel/kernel.h"

View File

@@ -7,7 +7,7 @@
#pragma once
#include "core/command_stream/command_stream_receiver.h"
#include "command_stream/command_stream_receiver.h"
#include "opencl/source/kernel/kernel.h"
namespace NEO {

View File

@@ -5,15 +5,15 @@
*
*/
#include "core/device_binary_format/device_binary_formats.h"
#include "core/helpers/aligned_memory.h"
#include "core/helpers/debug_helpers.h"
#include "core/helpers/ptr_math.h"
#include "core/helpers/string.h"
#include "core/memory_manager/memory_manager.h"
#include "core/memory_manager/unified_memory_manager.h"
#include "core/program/program_info.h"
#include "core/program/program_initialization.h"
#include "device_binary_format/device_binary_formats.h"
#include "helpers/aligned_memory.h"
#include "helpers/debug_helpers.h"
#include "helpers/ptr_math.h"
#include "helpers/string.h"
#include "memory_manager/memory_manager.h"
#include "memory_manager/unified_memory_manager.h"
#include "program/program_info.h"
#include "program/program_initialization.h"
#include "opencl/source/context/context.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/gtpin/gtpin_notify.h"

View File

@@ -7,18 +7,18 @@
#include "program.h"
#include "core/command_stream/command_stream_receiver.h"
#include "core/compiler_interface/compiler_interface.h"
#include "core/compiler_interface/intermediate_representations.h"
#include "core/device_binary_format/device_binary_formats.h"
#include "core/device_binary_format/elf/elf_encoder.h"
#include "core/device_binary_format/elf/ocl_elf.h"
#include "core/helpers/debug_helpers.h"
#include "core/helpers/hw_helper.h"
#include "core/helpers/string.h"
#include "core/memory_manager/memory_manager.h"
#include "core/memory_manager/unified_memory_manager.h"
#include "core/os_interface/os_context.h"
#include "command_stream/command_stream_receiver.h"
#include "compiler_interface/compiler_interface.h"
#include "compiler_interface/intermediate_representations.h"
#include "device_binary_format/device_binary_formats.h"
#include "device_binary_format/elf/elf_encoder.h"
#include "device_binary_format/elf/ocl_elf.h"
#include "helpers/debug_helpers.h"
#include "helpers/hw_helper.h"
#include "helpers/string.h"
#include "memory_manager/memory_manager.h"
#include "memory_manager/unified_memory_manager.h"
#include "os_interface/os_context.h"
#include "opencl/source/context/context.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/platform/platform.h"

View File

@@ -6,11 +6,11 @@
*/
#pragma once
#include "core/compiler_interface/compiler_interface.h"
#include "core/compiler_interface/linker.h"
#include "core/device_binary_format/elf/elf_encoder.h"
#include "core/program/program_info.h"
#include "core/utilities/const_stringref.h"
#include "compiler_interface/compiler_interface.h"
#include "compiler_interface/linker.h"
#include "device_binary_format/elf/elf_encoder.h"
#include "program/program_info.h"
#include "utilities/const_stringref.h"
#include "opencl/source/api/cl_types.h"
#include "opencl/source/helpers/base_object.h"