mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
Clang-format: restore sorting includes
Change-Id: I34eb993b562c77f56d8fbd51a02ee266c1f76678 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@@ -87,7 +87,7 @@ PenaltyExcessCharacter: 1000000
|
|||||||
PenaltyReturnTypeOnItsOwnLine: 60
|
PenaltyReturnTypeOnItsOwnLine: 60
|
||||||
PointerAlignment: Right
|
PointerAlignment: Right
|
||||||
ReflowComments: true
|
ReflowComments: true
|
||||||
SortIncludes: false
|
SortIncludes: true
|
||||||
SpaceAfterCStyleCast: false
|
SpaceAfterCStyleCast: false
|
||||||
SpaceBeforeAssignmentOperators: true
|
SpaceBeforeAssignmentOperators: true
|
||||||
SpaceBeforeParens: ControlStatements
|
SpaceBeforeParens: ControlStatements
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#include "shared/source/device_binary_format/elf/ocl_elf.h"
|
#include "shared/source/device_binary_format/elf/ocl_elf.h"
|
||||||
#include "shared/source/helpers/file_io.h"
|
#include "shared/source/helpers/file_io.h"
|
||||||
#include "shared/source/helpers/ptr_math.h"
|
#include "shared/source/helpers/ptr_math.h"
|
||||||
|
|
||||||
#include "offline_compiler/offline_compiler.h"
|
#include "offline_compiler/offline_compiler.h"
|
||||||
|
|
||||||
#include "helper.h"
|
#include "helper.h"
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#include "shared/source/helpers/aligned_memory.h"
|
#include "shared/source/helpers/aligned_memory.h"
|
||||||
#include "shared/source/helpers/file_io.h"
|
#include "shared/source/helpers/file_io.h"
|
||||||
#include "shared/source/helpers/hash.h"
|
#include "shared/source/helpers/hash.h"
|
||||||
|
|
||||||
#include "offline_compiler/offline_compiler.h"
|
#include "offline_compiler/offline_compiler.h"
|
||||||
|
|
||||||
#include "CL/cl.h"
|
#include "CL/cl.h"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
#include "shared/source/helpers/hw_info.h"
|
#include "shared/source/helpers/hw_info.h"
|
||||||
#include "shared/source/os_interface/os_library.h"
|
#include "shared/source/os_interface/os_library.h"
|
||||||
|
|
||||||
#include "opencl/source/os_interface/os_inc_base.h"
|
#include "opencl/source/os_interface/os_inc_base.h"
|
||||||
|
|
||||||
#include "igfxfmid.h"
|
#include "igfxfmid.h"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
#include "shared/source/helpers/hw_info.h"
|
#include "shared/source/helpers/hw_info.h"
|
||||||
#include "shared/source/os_interface/os_library.h"
|
#include "shared/source/os_interface/os_library.h"
|
||||||
|
|
||||||
#include "opencl/source/os_interface/os_inc_base.h"
|
#include "opencl/source/os_interface/os_inc_base.h"
|
||||||
|
|
||||||
#include "helper.h"
|
#include "helper.h"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/os_interface/os_library.h"
|
#include "shared/source/os_interface/os_library.h"
|
||||||
|
|
||||||
#include "offline_compiler/offline_compiler.h"
|
#include "offline_compiler/offline_compiler.h"
|
||||||
|
|
||||||
#include "compiler_options.h"
|
#include "compiler_options.h"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/os_interface/os_library.h"
|
#include "shared/source/os_interface/os_library.h"
|
||||||
|
|
||||||
#include "offline_compiler/multi_command.h"
|
#include "offline_compiler/multi_command.h"
|
||||||
#include "offline_compiler/ocloc_fatbinary.h"
|
#include "offline_compiler/ocloc_fatbinary.h"
|
||||||
#include "offline_compiler/offline_compiler.h"
|
#include "offline_compiler/offline_compiler.h"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/os_interface/os_library.h"
|
#include "shared/source/os_interface/os_library.h"
|
||||||
|
|
||||||
#include "offline_compiler/offline_compiler.h"
|
#include "offline_compiler/offline_compiler.h"
|
||||||
#include "offline_compiler/utilities/get_current_dir.h"
|
#include "offline_compiler/utilities/get_current_dir.h"
|
||||||
#include "offline_compiler/utilities/safety_caller.h"
|
#include "offline_compiler/utilities/safety_caller.h"
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#include "shared/source/device_binary_format/ar/ar_encoder.h"
|
#include "shared/source/device_binary_format/ar/ar_encoder.h"
|
||||||
#include "shared/source/helpers/file_io.h"
|
#include "shared/source/helpers/file_io.h"
|
||||||
#include "shared/source/helpers/hw_info.h"
|
#include "shared/source/helpers/hw_info.h"
|
||||||
|
|
||||||
#include "offline_compiler/offline_compiler.h"
|
#include "offline_compiler/offline_compiler.h"
|
||||||
#include "offline_compiler/utilities/safety_caller.h"
|
#include "offline_compiler/utilities/safety_caller.h"
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
#include "shared/source/helpers/hw_info.h"
|
#include "shared/source/helpers/hw_info.h"
|
||||||
#include "shared/source/helpers/string.h"
|
#include "shared/source/helpers/string.h"
|
||||||
#include "shared/source/os_interface/os_library.h"
|
#include "shared/source/os_interface/os_library.h"
|
||||||
|
|
||||||
#include "opencl/source/helpers/validators.h"
|
#include "opencl/source/helpers/validators.h"
|
||||||
#include "opencl/source/os_interface/os_inc_base.h"
|
#include "opencl/source/os_interface/os_inc_base.h"
|
||||||
#include "opencl/source/platform/extensions.h"
|
#include "opencl/source/platform/extensions.h"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/os_interface/os_library.h"
|
#include "shared/source/os_interface/os_library.h"
|
||||||
|
|
||||||
#include "offline_compiler/offline_compiler.h"
|
#include "offline_compiler/offline_compiler.h"
|
||||||
#include "offline_compiler/utilities/linux/safety_guard_linux.h"
|
#include "offline_compiler/utilities/linux/safety_guard_linux.h"
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/helpers/abort.h"
|
#include "shared/source/helpers/abort.h"
|
||||||
|
|
||||||
#include "offline_compiler/utilities/windows/seh_exception.h"
|
#include "offline_compiler/utilities/windows/seh_exception.h"
|
||||||
|
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
#include "shared/source/helpers/get_info.h"
|
#include "shared/source/helpers/get_info.h"
|
||||||
#include "shared/source/helpers/string.h"
|
#include "shared/source/helpers/string.h"
|
||||||
|
|
||||||
#include "opencl/source/context/context.h"
|
#include "opencl/source/context/context.h"
|
||||||
#include "opencl/source/helpers/get_info_status_mapper.h"
|
#include "opencl/source/helpers/get_info_status_mapper.h"
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
#include "shared/source/os_interface/os_context.h"
|
#include "shared/source/os_interface/os_context.h"
|
||||||
#include "shared/source/utilities/api_intercept.h"
|
#include "shared/source/utilities/api_intercept.h"
|
||||||
#include "shared/source/utilities/stackvec.h"
|
#include "shared/source/utilities/stackvec.h"
|
||||||
|
|
||||||
#include "opencl/source/accelerators/intel_motion_estimation.h"
|
#include "opencl/source/accelerators/intel_motion_estimation.h"
|
||||||
#include "opencl/source/api/additional_extensions.h"
|
#include "opencl/source/api/additional_extensions.h"
|
||||||
#include "opencl/source/aub/aub_center.h"
|
#include "opencl/source/aub/aub_center.h"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/utilities/perf_profiler.h"
|
#include "shared/source/utilities/perf_profiler.h"
|
||||||
|
|
||||||
#include "opencl/source/utilities/logger.h"
|
#include "opencl/source/utilities/logger.h"
|
||||||
|
|
||||||
#define API_ENTER(retValPointer) \
|
#define API_ENTER(retValPointer) \
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#include "shared/source/debug_settings/debug_settings_manager.h"
|
#include "shared/source/debug_settings/debug_settings_manager.h"
|
||||||
#include "shared/source/helpers/hw_helper.h"
|
#include "shared/source/helpers/hw_helper.h"
|
||||||
#include "shared/source/helpers/hw_info.h"
|
#include "shared/source/helpers/hw_info.h"
|
||||||
|
|
||||||
#include "opencl/source/aub/aub_helper.h"
|
#include "opencl/source/aub/aub_helper.h"
|
||||||
|
|
||||||
#include "third_party/aub_stream/headers/aub_manager.h"
|
#include "third_party/aub_stream/headers/aub_manager.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/helpers/options.h"
|
#include "shared/source/helpers/options.h"
|
||||||
|
|
||||||
#include "opencl/source/command_stream/aub_stream_provider.h"
|
#include "opencl/source/command_stream/aub_stream_provider.h"
|
||||||
#include "opencl/source/command_stream/aub_subcapture.h"
|
#include "opencl/source/command_stream/aub_subcapture.h"
|
||||||
#include "opencl/source/memory_manager/address_mapper.h"
|
#include "opencl/source/memory_manager/address_mapper.h"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
#include "shared/source/debug_settings/debug_settings_manager.h"
|
#include "shared/source/debug_settings/debug_settings_manager.h"
|
||||||
#include "shared/source/helpers/basic_math.h"
|
#include "shared/source/helpers/basic_math.h"
|
||||||
|
|
||||||
#include "opencl/source/aub_mem_dump/aub_mem_dump.h"
|
#include "opencl/source/aub_mem_dump/aub_mem_dump.h"
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#include "shared/source/helpers/hw_info.h"
|
#include "shared/source/helpers/hw_info.h"
|
||||||
#include "shared/source/helpers/non_copyable_or_moveable.h"
|
#include "shared/source/helpers/non_copyable_or_moveable.h"
|
||||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||||
|
|
||||||
#include "opencl/source/gen_common/aub_mapper_base.h"
|
#include "opencl/source/gen_common/aub_mapper_base.h"
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/debug_settings/debug_settings_manager.h"
|
#include "shared/source/debug_settings/debug_settings_manager.h"
|
||||||
|
|
||||||
#include "opencl/source/aub/aub_helper.h"
|
#include "opencl/source/aub/aub_helper.h"
|
||||||
|
|
||||||
#include "third_party/aub_stream/headers/aubstream.h"
|
#include "third_party/aub_stream/headers/aubstream.h"
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#include "shared/source/debug_settings/debug_settings_manager.h"
|
#include "shared/source/debug_settings/debug_settings_manager.h"
|
||||||
#include "shared/source/gmm_helper/resource_info.h"
|
#include "shared/source/gmm_helper/resource_info.h"
|
||||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||||
|
|
||||||
#include "opencl/source/aub_mem_dump/aub_mem_dump.h"
|
#include "opencl/source/aub_mem_dump/aub_mem_dump.h"
|
||||||
|
|
||||||
using namespace NEO;
|
using namespace NEO;
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include "shared/source/gmm_helper/gmm.h"
|
#include "shared/source/gmm_helper/gmm.h"
|
||||||
#include "shared/source/gmm_helper/gmm_helper.h"
|
#include "shared/source/gmm_helper/gmm_helper.h"
|
||||||
|
|
||||||
#include "opencl/source/aub_mem_dump/aub_alloc_dump.h"
|
#include "opencl/source/aub_mem_dump/aub_alloc_dump.h"
|
||||||
|
|
||||||
#include "third_party/aub_stream/headers/aubstream.h"
|
#include "third_party/aub_stream/headers/aubstream.h"
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#include "shared/source/debug_settings/debug_settings_manager.h"
|
#include "shared/source/debug_settings/debug_settings_manager.h"
|
||||||
#include "shared/source/helpers/debug_helpers.h"
|
#include "shared/source/helpers/debug_helpers.h"
|
||||||
#include "shared/source/helpers/ptr_math.h"
|
#include "shared/source/helpers/ptr_math.h"
|
||||||
|
|
||||||
#include "opencl/source/aub/aub_helper.h"
|
#include "opencl/source/aub/aub_helper.h"
|
||||||
|
|
||||||
namespace AubMemDump {
|
namespace AubMemDump {
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#include "shared/source/helpers/debug_helpers.h"
|
#include "shared/source/helpers/debug_helpers.h"
|
||||||
#include "shared/source/helpers/ptr_math.h"
|
#include "shared/source/helpers/ptr_math.h"
|
||||||
#include "shared/source/memory_manager/memory_constants.h"
|
#include "shared/source/memory_manager/memory_constants.h"
|
||||||
|
|
||||||
#include "opencl/source/aub/aub_helper.h"
|
#include "opencl/source/aub/aub_helper.h"
|
||||||
|
|
||||||
#include "aub_mem_dump.h"
|
#include "aub_mem_dump.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/helpers/hw_helper.h"
|
#include "shared/source/helpers/hw_helper.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/built_ins/builtins_dispatch_builder.h"
|
#include "opencl/source/built_ins/builtins_dispatch_builder.h"
|
||||||
#include "opencl/source/helpers/dispatch_info_builder.h"
|
#include "opencl/source/helpers/dispatch_info_builder.h"
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#include "shared/source/compiler_interface/compiler_interface.h"
|
#include "shared/source/compiler_interface/compiler_interface.h"
|
||||||
#include "shared/source/helpers/basic_math.h"
|
#include "shared/source/helpers/basic_math.h"
|
||||||
#include "shared/source/helpers/debug_helpers.h"
|
#include "shared/source/helpers/debug_helpers.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/aux_translation_builtin.h"
|
#include "opencl/source/built_ins/aux_translation_builtin.h"
|
||||||
#include "opencl/source/built_ins/sip.h"
|
#include "opencl/source/built_ins/sip.h"
|
||||||
#include "opencl/source/device/cl_device.h"
|
#include "opencl/source/device/cl_device.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include "shared/source/debug_settings/debug_settings_manager.h"
|
#include "shared/source/debug_settings/debug_settings_manager.h"
|
||||||
#include "shared/source/device/device.h"
|
#include "shared/source/device/device.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/built_ins/builtins_dispatch_builder.h"
|
#include "opencl/source/built_ins/builtins_dispatch_builder.h"
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#include "shared/source/compiler_interface/compiler_interface.h"
|
#include "shared/source/compiler_interface/compiler_interface.h"
|
||||||
#include "shared/source/helpers/basic_math.h"
|
#include "shared/source/helpers/basic_math.h"
|
||||||
#include "shared/source/helpers/debug_helpers.h"
|
#include "shared/source/helpers/debug_helpers.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/aux_translation_builtin.h"
|
#include "opencl/source/built_ins/aux_translation_builtin.h"
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/built_ins/built_ins.inl"
|
#include "opencl/source/built_ins/built_ins.inl"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/helpers/vec.h"
|
#include "shared/source/helpers/vec.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/kernel/kernel.h"
|
#include "opencl/source/kernel/kernel.h"
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
#include "shared/source/helpers/ptr_math.h"
|
#include "shared/source/helpers/ptr_math.h"
|
||||||
#include "shared/source/helpers/string.h"
|
#include "shared/source/helpers/string.h"
|
||||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/program/kernel_info.h"
|
#include "opencl/source/program/kernel_info.h"
|
||||||
#include "opencl/source/program/program.h"
|
#include "opencl/source/program/program.h"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#include "opencl/source/built_ins/vme_builtin.h"
|
#include "opencl/source/built_ins/vme_builtin.h"
|
||||||
|
|
||||||
#include "shared/source/device/device.h"
|
#include "shared/source/device/device.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_in_ops_vme.h"
|
#include "opencl/source/built_ins/built_in_ops_vme.h"
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/built_ins/builtins_dispatch_builder.h"
|
#include "opencl/source/built_ins/builtins_dispatch_builder.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include "shared/source/gen11/hw_cmds.h"
|
#include "shared/source/gen11/hw_cmds.h"
|
||||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||||
|
|
||||||
#include "opencl/source/builtin_kernels_simulation/opencl_c.h"
|
#include "opencl/source/builtin_kernels_simulation/opencl_c.h"
|
||||||
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.h"
|
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.h"
|
||||||
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.inl"
|
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.inl"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include "shared/source/gen12lp/hw_cmds.h"
|
#include "shared/source/gen12lp/hw_cmds.h"
|
||||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||||
|
|
||||||
#include "opencl/source/builtin_kernels_simulation/opencl_c.h"
|
#include "opencl/source/builtin_kernels_simulation/opencl_c.h"
|
||||||
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.h"
|
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.h"
|
||||||
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.inl"
|
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.inl"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include "shared/source/gen8/hw_cmds.h"
|
#include "shared/source/gen8/hw_cmds.h"
|
||||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||||
|
|
||||||
#include "opencl/source/builtin_kernels_simulation/opencl_c.h"
|
#include "opencl/source/builtin_kernels_simulation/opencl_c.h"
|
||||||
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.h"
|
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.h"
|
||||||
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.inl"
|
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.inl"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include "shared/source/gen9/hw_cmds.h"
|
#include "shared/source/gen9/hw_cmds.h"
|
||||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||||
|
|
||||||
#include "opencl/source/builtin_kernels_simulation/opencl_c.h"
|
#include "opencl/source/builtin_kernels_simulation/opencl_c.h"
|
||||||
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.h"
|
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.h"
|
||||||
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.inl"
|
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.inl"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||||
|
|
||||||
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.h"
|
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.h"
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
#include "shared/source/os_interface/os_context.h"
|
#include "shared/source/os_interface/os_context.h"
|
||||||
#include "shared/source/utilities/api_intercept.h"
|
#include "shared/source/utilities/api_intercept.h"
|
||||||
#include "shared/source/utilities/tag_allocator.h"
|
#include "shared/source/utilities/tag_allocator.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/builtins_dispatch_builder.h"
|
#include "opencl/source/built_ins/builtins_dispatch_builder.h"
|
||||||
#include "opencl/source/context/context.h"
|
#include "opencl/source/context/context.h"
|
||||||
#include "opencl/source/device/cl_device.h"
|
#include "opencl/source/device/cl_device.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/helpers/engine_control.h"
|
#include "shared/source/helpers/engine_control.h"
|
||||||
|
|
||||||
#include "opencl/source/event/event.h"
|
#include "opencl/source/event/event.h"
|
||||||
#include "opencl/source/helpers/base_object.h"
|
#include "opencl/source/helpers/base_object.h"
|
||||||
#include "opencl/source/helpers/dispatch_info.h"
|
#include "opencl/source/helpers/dispatch_info.h"
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#include "shared/source/helpers/engine_control.h"
|
#include "shared/source/helpers/engine_control.h"
|
||||||
#include "shared/source/helpers/hw_helper.h"
|
#include "shared/source/helpers/hw_helper.h"
|
||||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||||
|
|
||||||
#include "opencl/source/command_queue/command_queue.h"
|
#include "opencl/source/command_queue/command_queue.h"
|
||||||
#include "opencl/source/command_queue/gpgpu_walker.h"
|
#include "opencl/source/command_queue/gpgpu_walker.h"
|
||||||
#include "opencl/source/device/cl_device.h"
|
#include "opencl/source/device/cl_device.h"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/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/built_ins/aux_translation_builtin.h"
|
||||||
#include "opencl/source/command_queue/enqueue_barrier.h"
|
#include "opencl/source/command_queue/enqueue_barrier.h"
|
||||||
#include "opencl/source/command_queue/enqueue_copy_buffer.h"
|
#include "opencl/source/command_queue/enqueue_copy_buffer.h"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||||
#include "shared/source/device/device.h"
|
#include "shared/source/device/device.h"
|
||||||
#include "shared/source/helpers/get_info.h"
|
#include "shared/source/helpers/get_info.h"
|
||||||
|
|
||||||
#include "opencl/source/command_queue/command_queue.h"
|
#include "opencl/source/command_queue/command_queue.h"
|
||||||
#include "opencl/source/context/context.h"
|
#include "opencl/source/context/context.h"
|
||||||
#include "opencl/source/event/event.h"
|
#include "opencl/source/event/event.h"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||||
#include "shared/source/device/device.h"
|
#include "shared/source/device/device.h"
|
||||||
#include "shared/source/memory_manager/surface.h"
|
#include "shared/source/memory_manager/surface.h"
|
||||||
|
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/event/event.h"
|
#include "opencl/source/event/event.h"
|
||||||
|
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
#include "shared/source/program/sync_buffer_handler.h"
|
#include "shared/source/program/sync_buffer_handler.h"
|
||||||
#include "shared/source/utilities/range.h"
|
#include "shared/source/utilities/range.h"
|
||||||
#include "shared/source/utilities/tag_allocator.h"
|
#include "shared/source/utilities/tag_allocator.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/built_ins/builtins_dispatch_builder.h"
|
#include "opencl/source/built_ins/builtins_dispatch_builder.h"
|
||||||
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.h"
|
#include "opencl/source/builtin_kernels_simulation/scheduler_simulation.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/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/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/command_queue/enqueue_common.h"
|
#include "opencl/source/command_queue/enqueue_common.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/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/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/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/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||||
#include "shared/source/helpers/basic_math.h"
|
#include "shared/source/helpers/basic_math.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/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/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||||
#include "shared/source/memory_manager/internal_allocation_storage.h"
|
#include "shared/source/memory_manager/internal_allocation_storage.h"
|
||||||
#include "shared/source/memory_manager/memory_manager.h"
|
#include "shared/source/memory_manager/memory_manager.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||||
#include "shared/source/helpers/basic_math.h"
|
#include "shared/source/helpers/basic_math.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/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/built_ins/builtins_dispatch_builder.h"
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/command_queue/gpgpu_walker.h"
|
#include "opencl/source/command_queue/gpgpu_walker.h"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||||
#include "shared/source/device/device.h"
|
#include "shared/source/device/device.h"
|
||||||
|
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/command_queue/gpgpu_walker.h"
|
#include "opencl/source/command_queue/gpgpu_walker.h"
|
||||||
#include "opencl/source/event/event.h"
|
#include "opencl/source/event/event.h"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||||
#include "shared/source/device/device.h"
|
#include "shared/source/device/device.h"
|
||||||
#include "shared/source/memory_manager/surface.h"
|
#include "shared/source/memory_manager/surface.h"
|
||||||
|
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/command_queue/gpgpu_walker.h"
|
#include "opencl/source/command_queue/gpgpu_walker.h"
|
||||||
#include "opencl/source/event/event.h"
|
#include "opencl/source/event/event.h"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||||
#include "shared/source/helpers/cache_policy.h"
|
#include "shared/source/helpers/cache_policy.h"
|
||||||
#include "shared/source/memory_manager/unified_memory_manager.h"
|
#include "shared/source/memory_manager/unified_memory_manager.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/command_queue/enqueue_common.h"
|
#include "opencl/source/command_queue/enqueue_common.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/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/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/command_queue/enqueue_common.h"
|
#include "opencl/source/command_queue/enqueue_common.h"
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#include "shared/source/helpers/basic_math.h"
|
#include "shared/source/helpers/basic_math.h"
|
||||||
#include "shared/source/helpers/cache_policy.h"
|
#include "shared/source/helpers/cache_policy.h"
|
||||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/context/context.h"
|
#include "opencl/source/context/context.h"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/memory_manager/surface.h"
|
#include "shared/source/memory_manager/surface.h"
|
||||||
#include "shared/source/memory_manager/unified_memory_manager.h"
|
#include "shared/source/memory_manager/unified_memory_manager.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/command_queue/enqueue_common.h"
|
#include "opencl/source/command_queue/enqueue_common.h"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||||
#include "shared/source/helpers/string.h"
|
#include "shared/source/helpers/string.h"
|
||||||
#include "shared/source/memory_manager/unified_memory_manager.h"
|
#include "shared/source/memory_manager/unified_memory_manager.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/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/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||||
#include "shared/source/helpers/basic_math.h"
|
#include "shared/source/helpers/basic_math.h"
|
||||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||||
|
|
||||||
#include "opencl/source/command_queue/command_queue_hw.h"
|
#include "opencl/source/command_queue/command_queue_hw.h"
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
#include "shared/source/helpers/vec.h"
|
#include "shared/source/helpers/vec.h"
|
||||||
#include "shared/source/indirect_heap/indirect_heap.h"
|
#include "shared/source/indirect_heap/indirect_heap.h"
|
||||||
#include "shared/source/utilities/tag_allocator.h"
|
#include "shared/source/utilities/tag_allocator.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue.h"
|
#include "opencl/source/command_queue/command_queue.h"
|
||||||
#include "opencl/source/context/context.h"
|
#include "opencl/source/context/context.h"
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||||
#include "shared/source/os_interface/os_context.h"
|
#include "shared/source/os_interface/os_context.h"
|
||||||
#include "shared/source/utilities/tag_allocator.h"
|
#include "shared/source/utilities/tag_allocator.h"
|
||||||
|
|
||||||
#include "opencl/source/command_queue/command_queue.h"
|
#include "opencl/source/command_queue/command_queue.h"
|
||||||
#include "opencl/source/command_queue/gpgpu_walker.h"
|
#include "opencl/source/command_queue/gpgpu_walker.h"
|
||||||
#include "opencl/source/command_queue/local_id_gen.h"
|
#include "opencl/source/command_queue/local_id_gen.h"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/execution_environment/root_device_environment.h"
|
#include "shared/source/execution_environment/root_device_environment.h"
|
||||||
#include "shared/source/helpers/simd_helper.h"
|
#include "shared/source/helpers/simd_helper.h"
|
||||||
|
|
||||||
#include "opencl/source/command_queue/gpgpu_walker_base.inl"
|
#include "opencl/source/command_queue/gpgpu_walker_base.inl"
|
||||||
#include "opencl/source/device/cl_device.h"
|
#include "opencl/source/device/cl_device.h"
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/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/gpgpu_walker.h"
|
||||||
#include "opencl/source/command_queue/hardware_interface.h"
|
#include "opencl/source/command_queue/hardware_interface.h"
|
||||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/helpers/engine_node_helper.h"
|
#include "shared/source/helpers/engine_node_helper.h"
|
||||||
#include "shared/source/os_interface/os_context.h"
|
#include "shared/source/os_interface/os_context.h"
|
||||||
|
|
||||||
#include "opencl/source/command_queue/hardware_interface_base.inl"
|
#include "opencl/source/command_queue/hardware_interface_base.inl"
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#include "shared/source/helpers/array_count.h"
|
#include "shared/source/helpers/array_count.h"
|
||||||
#include "shared/source/helpers/basic_math.h"
|
#include "shared/source/helpers/basic_math.h"
|
||||||
#include "shared/source/helpers/debug_helpers.h"
|
#include "shared/source/helpers/debug_helpers.h"
|
||||||
|
|
||||||
#include "opencl/source/context/context.h"
|
#include "opencl/source/context/context.h"
|
||||||
#include "opencl/source/helpers/dispatch_info.h"
|
#include "opencl/source/helpers/dispatch_info.h"
|
||||||
#include "opencl/source/kernel/kernel.h"
|
#include "opencl/source/kernel/kernel.h"
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
#include "shared/source/helpers/hw_helper.h"
|
#include "shared/source/helpers/hw_helper.h"
|
||||||
#include "shared/source/helpers/hw_info.h"
|
#include "shared/source/helpers/hw_info.h"
|
||||||
#include "shared/source/helpers/options.h"
|
#include "shared/source/helpers/options.h"
|
||||||
|
|
||||||
#include "opencl/source/memory_manager/os_agnostic_memory_manager.h"
|
#include "opencl/source/memory_manager/os_agnostic_memory_manager.h"
|
||||||
#include "opencl/source/os_interface/os_inc_base.h"
|
#include "opencl/source/os_interface/os_inc_base.h"
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/helpers/array_count.h"
|
#include "shared/source/helpers/array_count.h"
|
||||||
#include "shared/source/utilities/spinlock.h"
|
#include "shared/source/utilities/spinlock.h"
|
||||||
|
|
||||||
#include "opencl/source/aub/aub_center.h"
|
#include "opencl/source/aub/aub_center.h"
|
||||||
#include "opencl/source/command_stream/aub_command_stream_receiver.h"
|
#include "opencl/source/command_stream/aub_command_stream_receiver.h"
|
||||||
#include "opencl/source/gen_common/aub_mapper.h"
|
#include "opencl/source/gen_common/aub_mapper.h"
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||||
#include "shared/source/memory_manager/memory_constants.h"
|
#include "shared/source/memory_manager/memory_constants.h"
|
||||||
#include "shared/source/os_interface/os_context.h"
|
#include "shared/source/os_interface/os_context.h"
|
||||||
|
|
||||||
#include "opencl/source/aub/aub_helper.h"
|
#include "opencl/source/aub/aub_helper.h"
|
||||||
#include "opencl/source/aub_mem_dump/aub_alloc_dump.h"
|
#include "opencl/source/aub_mem_dump/aub_alloc_dump.h"
|
||||||
#include "opencl/source/aub_mem_dump/aub_alloc_dump.inl"
|
#include "opencl/source/aub_mem_dump/aub_alloc_dump.inl"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#include "opencl/source/command_stream/aub_subcapture.h"
|
#include "opencl/source/command_stream/aub_subcapture.h"
|
||||||
|
|
||||||
#include "shared/source/utilities/debug_settings_reader.h"
|
#include "shared/source/utilities/debug_settings_reader.h"
|
||||||
|
|
||||||
#include "opencl/source/helpers/dispatch_info.h"
|
#include "opencl/source/helpers/dispatch_info.h"
|
||||||
#include "opencl/source/kernel/kernel.h"
|
#include "opencl/source/kernel/kernel.h"
|
||||||
#include "opencl/source/os_interface/ocl_reg_path.h"
|
#include "opencl/source/os_interface/ocl_reg_path.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/command_stream/command_stream_receiver_hw.h"
|
#include "shared/source/command_stream/command_stream_receiver_hw.h"
|
||||||
|
|
||||||
#include "opencl/source/gen_common/aub_mapper.h"
|
#include "opencl/source/gen_common/aub_mapper.h"
|
||||||
#include "opencl/source/memory_manager/memory_banks.h"
|
#include "opencl/source/memory_manager/memory_banks.h"
|
||||||
|
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#include "shared/source/gmm_helper/resource_info.h"
|
#include "shared/source/gmm_helper/resource_info.h"
|
||||||
#include "shared/source/memory_manager/memory_manager.h"
|
#include "shared/source/memory_manager/memory_manager.h"
|
||||||
#include "shared/source/os_interface/os_context.h"
|
#include "shared/source/os_interface/os_context.h"
|
||||||
|
|
||||||
#include "opencl/source/aub/aub_helper.h"
|
#include "opencl/source/aub/aub_helper.h"
|
||||||
#include "opencl/source/aub_mem_dump/page_table_entry_bits.h"
|
#include "opencl/source/aub_mem_dump/page_table_entry_bits.h"
|
||||||
#include "opencl/source/command_stream/command_stream_receiver_simulated_common_hw.h"
|
#include "opencl/source/command_stream/command_stream_receiver_simulated_common_hw.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include "shared/source/execution_environment/execution_environment.h"
|
#include "shared/source/execution_environment/execution_environment.h"
|
||||||
#include "shared/source/execution_environment/root_device_environment.h"
|
#include "shared/source/execution_environment/root_device_environment.h"
|
||||||
|
|
||||||
#include "opencl/source/aub/aub_center.h"
|
#include "opencl/source/aub/aub_center.h"
|
||||||
#include "opencl/source/command_stream/aub_command_stream_receiver.h"
|
#include "opencl/source/command_stream/aub_command_stream_receiver.h"
|
||||||
#include "opencl/source/command_stream/command_stream_receiver_with_aub_dump.h"
|
#include "opencl/source/command_stream/command_stream_receiver_with_aub_dump.h"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#include "shared/source/execution_environment/execution_environment.h"
|
#include "shared/source/execution_environment/execution_environment.h"
|
||||||
#include "shared/source/execution_environment/root_device_environment.h"
|
#include "shared/source/execution_environment/root_device_environment.h"
|
||||||
#include "shared/source/os_interface/device_factory.h"
|
#include "shared/source/os_interface/device_factory.h"
|
||||||
|
|
||||||
#include "opencl/source/command_stream/aub_command_stream_receiver.h"
|
#include "opencl/source/command_stream/aub_command_stream_receiver.h"
|
||||||
#include "opencl/source/command_stream/command_stream_receiver_with_aub_dump.h"
|
#include "opencl/source/command_stream/command_stream_receiver_with_aub_dump.h"
|
||||||
#include "opencl/source/command_stream/tbx_command_stream_receiver.h"
|
#include "opencl/source/command_stream/tbx_command_stream_receiver.h"
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||||
#include "shared/source/memory_manager/memory_constants.h"
|
#include "shared/source/memory_manager/memory_constants.h"
|
||||||
#include "shared/source/os_interface/os_context.h"
|
#include "shared/source/os_interface/os_context.h"
|
||||||
|
|
||||||
#include "opencl/source/aub/aub_center.h"
|
#include "opencl/source/aub/aub_center.h"
|
||||||
#include "opencl/source/aub/aub_helper.h"
|
#include "opencl/source/aub/aub_helper.h"
|
||||||
#include "opencl/source/aub_mem_dump/page_table_entry_bits.h"
|
#include "opencl/source/aub_mem_dump/page_table_entry_bits.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include "shared/source/debug_settings/debug_settings_manager.h"
|
#include "shared/source/debug_settings/debug_settings_manager.h"
|
||||||
#include "shared/source/helpers/debug_helpers.h"
|
#include "shared/source/helpers/debug_helpers.h"
|
||||||
|
|
||||||
#include "opencl/source/aub/aub_helper.h"
|
#include "opencl/source/aub/aub_helper.h"
|
||||||
#include "opencl/source/command_stream/tbx_command_stream_receiver.h"
|
#include "opencl/source/command_stream/tbx_command_stream_receiver.h"
|
||||||
#include "opencl/source/tbx/tbx_sockets.h"
|
#include "opencl/source/tbx/tbx_sockets.h"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#include "default_cl_cache_config.h"
|
#include "default_cl_cache_config.h"
|
||||||
|
|
||||||
#include "shared/source/utilities/debug_settings_reader.h"
|
#include "shared/source/utilities/debug_settings_reader.h"
|
||||||
|
|
||||||
#include "opencl/source/os_interface/ocl_reg_path.h"
|
#include "opencl/source/os_interface/ocl_reg_path.h"
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
#include "shared/source/memory_manager/deferred_deleter.h"
|
#include "shared/source/memory_manager/deferred_deleter.h"
|
||||||
#include "shared/source/memory_manager/memory_manager.h"
|
#include "shared/source/memory_manager/memory_manager.h"
|
||||||
#include "shared/source/memory_manager/unified_memory_manager.h"
|
#include "shared/source/memory_manager/unified_memory_manager.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/built_ins.h"
|
#include "opencl/source/built_ins/built_ins.h"
|
||||||
#include "opencl/source/command_queue/command_queue.h"
|
#include "opencl/source/command_queue/command_queue.h"
|
||||||
#include "opencl/source/device/cl_device.h"
|
#include "opencl/source/device/cl_device.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/debug_settings/debug_settings_manager.h"
|
#include "shared/source/debug_settings/debug_settings_manager.h"
|
||||||
|
|
||||||
#include "opencl/source/context/context_type.h"
|
#include "opencl/source/context/context_type.h"
|
||||||
#include "opencl/source/context/driver_diagnostics.h"
|
#include "opencl/source/context/driver_diagnostics.h"
|
||||||
#include "opencl/source/device/cl_device_vector.h"
|
#include "opencl/source/device/cl_device_vector.h"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||||
|
|
||||||
#include "opencl/source/context/context.h"
|
#include "opencl/source/context/context.h"
|
||||||
#include "opencl/source/mem_obj/mem_obj.h"
|
#include "opencl/source/mem_obj/mem_obj.h"
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#include "shared/source/execution_environment/root_device_environment.h"
|
#include "shared/source/execution_environment/root_device_environment.h"
|
||||||
#include "shared/source/os_interface/os_interface.h"
|
#include "shared/source/os_interface/os_interface.h"
|
||||||
#include "shared/source/program/sync_buffer_handler.h"
|
#include "shared/source/program/sync_buffer_handler.h"
|
||||||
|
|
||||||
#include "opencl/source/platform/extensions.h"
|
#include "opencl/source/platform/extensions.h"
|
||||||
#include "opencl/source/platform/platform.h"
|
#include "opencl/source/platform/platform.h"
|
||||||
#include "opencl/source/source_level_debugger/source_level_debugger.h"
|
#include "opencl/source/source_level_debugger/source_level_debugger.h"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/command_stream/preemption_mode.h"
|
#include "shared/source/command_stream/preemption_mode.h"
|
||||||
#include "shared/source/utilities/reference_tracked_object.h"
|
#include "shared/source/utilities/reference_tracked_object.h"
|
||||||
|
|
||||||
#include "opencl/source/api/cl_types.h"
|
#include "opencl/source/api/cl_types.h"
|
||||||
#include "opencl/source/device/device_info_map.h"
|
#include "opencl/source/device/device_info_map.h"
|
||||||
#include "opencl/source/helpers/base_object.h"
|
#include "opencl/source/helpers/base_object.h"
|
||||||
|
|||||||
@@ -12,6 +12,7 @@
|
|||||||
#include "shared/source/memory_manager/memory_manager.h"
|
#include "shared/source/memory_manager/memory_manager.h"
|
||||||
#include "shared/source/os_interface/hw_info_config.h"
|
#include "shared/source/os_interface/hw_info_config.h"
|
||||||
#include "shared/source/os_interface/os_interface.h"
|
#include "shared/source/os_interface/os_interface.h"
|
||||||
|
|
||||||
#include "opencl/source/device/driver_info.h"
|
#include "opencl/source/device/driver_info.h"
|
||||||
#include "opencl/source/platform/extensions.h"
|
#include "opencl/source/platform/extensions.h"
|
||||||
#include "opencl/source/sharings/sharing_factory.h"
|
#include "opencl/source/sharings/sharing_factory.h"
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#include "shared/source/device/device.h"
|
#include "shared/source/device/device.h"
|
||||||
#include "shared/source/helpers/get_info.h"
|
#include "shared/source/helpers/get_info.h"
|
||||||
#include "shared/source/os_interface/os_time.h"
|
#include "shared/source/os_interface/os_time.h"
|
||||||
|
|
||||||
#include "opencl/source/device/cl_device.h"
|
#include "opencl/source/device/cl_device.h"
|
||||||
#include "opencl/source/device/cl_device_vector.h"
|
#include "opencl/source/device/cl_device_vector.h"
|
||||||
#include "opencl/source/device/device_info_map.h"
|
#include "opencl/source/device/device_info_map.h"
|
||||||
|
|||||||
@@ -6,9 +6,10 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "opencl/source/extensions/public/cl_ext_private.h"
|
|
||||||
#include <shared/source/utilities/stackvec.h>
|
#include <shared/source/utilities/stackvec.h>
|
||||||
|
|
||||||
|
#include "opencl/source/extensions/public/cl_ext_private.h"
|
||||||
|
|
||||||
#include "CL/cl.h"
|
#include "CL/cl.h"
|
||||||
#include "CL/cl_ext.h"
|
#include "CL/cl_ext.h"
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/utilities/debug_settings_reader_creator.h"
|
#include "shared/source/utilities/debug_settings_reader_creator.h"
|
||||||
|
|
||||||
#include "opencl/source/os_interface/ocl_reg_path.h"
|
#include "opencl/source/os_interface/ocl_reg_path.h"
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
#include "shared/source/helpers/hw_helper.h"
|
#include "shared/source/helpers/hw_helper.h"
|
||||||
#include "shared/source/memory_manager/memory_manager.h"
|
#include "shared/source/memory_manager/memory_manager.h"
|
||||||
|
|
||||||
#include "opencl/source/context/context.h"
|
#include "opencl/source/context/context.h"
|
||||||
#include "opencl/source/device/cl_device.h"
|
#include "opencl/source/device/cl_device.h"
|
||||||
#include "opencl/source/device_queue/device_queue_hw.h"
|
#include "opencl/source/device_queue/device_queue_hw.h"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
#include "shared/source/helpers/hw_info.h"
|
#include "shared/source/helpers/hw_info.h"
|
||||||
#include "shared/source/indirect_heap/indirect_heap.h"
|
#include "shared/source/indirect_heap/indirect_heap.h"
|
||||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||||
|
|
||||||
#include "opencl/source/api/cl_types.h"
|
#include "opencl/source/api/cl_types.h"
|
||||||
#include "opencl/source/execution_model/device_enqueue.h"
|
#include "opencl/source/execution_model/device_enqueue.h"
|
||||||
#include "opencl/source/helpers/base_object.h"
|
#include "opencl/source/helpers/base_object.h"
|
||||||
|
|||||||
@@ -10,6 +10,7 @@
|
|||||||
#include "shared/source/helpers/hw_cmds.h"
|
#include "shared/source/helpers/hw_cmds.h"
|
||||||
#include "shared/source/helpers/ptr_math.h"
|
#include "shared/source/helpers/ptr_math.h"
|
||||||
#include "shared/source/indirect_heap/indirect_heap.h"
|
#include "shared/source/indirect_heap/indirect_heap.h"
|
||||||
|
|
||||||
#include "opencl/source/device_queue/device_queue.h"
|
#include "opencl/source/device_queue/device_queue.h"
|
||||||
#include "opencl/source/kernel/kernel.h"
|
#include "opencl/source/kernel/kernel.h"
|
||||||
#include "opencl/source/program/program.h"
|
#include "opencl/source/program/program.h"
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#include "shared/source/helpers/string.h"
|
#include "shared/source/helpers/string.h"
|
||||||
#include "shared/source/memory_manager/memory_manager.h"
|
#include "shared/source/memory_manager/memory_manager.h"
|
||||||
#include "shared/source/utilities/tag_allocator.h"
|
#include "shared/source/utilities/tag_allocator.h"
|
||||||
|
|
||||||
#include "opencl/source/command_queue/gpgpu_walker.h"
|
#include "opencl/source/command_queue/gpgpu_walker.h"
|
||||||
#include "opencl/source/device_queue/device_queue_hw.h"
|
#include "opencl/source/device_queue/device_queue_hw.h"
|
||||||
#include "opencl/source/helpers/hardware_commands_helper.h"
|
#include "opencl/source/helpers/hardware_commands_helper.h"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/helpers/hw_info.h"
|
#include "shared/source/helpers/hw_info.h"
|
||||||
|
|
||||||
#include "opencl/source/command_stream/aub_command_stream_receiver.h"
|
#include "opencl/source/command_stream/aub_command_stream_receiver.h"
|
||||||
#include "opencl/source/command_stream/command_stream_receiver_with_aub_dump.h"
|
#include "opencl/source/command_stream/command_stream_receiver_with_aub_dump.h"
|
||||||
#include "opencl/source/command_stream/create_command_stream_impl.h"
|
#include "opencl/source/command_stream/create_command_stream_impl.h"
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "shared/source/debug_settings/debug_settings_manager.h"
|
#include "shared/source/debug_settings/debug_settings_manager.h"
|
||||||
|
|
||||||
#include "opencl/source/os_interface/ocl_reg_path.h"
|
#include "opencl/source/os_interface/ocl_reg_path.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
#include "shared/source/built_ins/sip_kernel_type.h"
|
#include "shared/source/built_ins/sip_kernel_type.h"
|
||||||
#include "shared/source/helpers/hw_info.h"
|
#include "shared/source/helpers/hw_info.h"
|
||||||
|
|
||||||
#include "opencl/source/built_ins/sip.h"
|
#include "opencl/source/built_ins/sip.h"
|
||||||
#include "opencl/source/source_level_debugger/source_level_debugger.h"
|
#include "opencl/source/source_level_debugger/source_level_debugger.h"
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#include "shared/source/execution_environment/execution_environment.h"
|
#include "shared/source/execution_environment/execution_environment.h"
|
||||||
#include "shared/source/os_interface/device_factory.h"
|
#include "shared/source/os_interface/device_factory.h"
|
||||||
|
|
||||||
#include "opencl/source/command_stream/create_command_stream_impl.h"
|
#include "opencl/source/command_stream/create_command_stream_impl.h"
|
||||||
|
|
||||||
namespace NEO {
|
namespace NEO {
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
#include "shared/source/helpers/timestamp_packet.h"
|
#include "shared/source/helpers/timestamp_packet.h"
|
||||||
#include "shared/source/os_interface/os_thread.h"
|
#include "shared/source/os_interface/os_thread.h"
|
||||||
|
|
||||||
#include "opencl/source/event/event.h"
|
#include "opencl/source/event/event.h"
|
||||||
|
|
||||||
#include <iterator>
|
#include <iterator>
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
#include "shared/source/utilities/range.h"
|
#include "shared/source/utilities/range.h"
|
||||||
#include "shared/source/utilities/stackvec.h"
|
#include "shared/source/utilities/stackvec.h"
|
||||||
#include "shared/source/utilities/tag_allocator.h"
|
#include "shared/source/utilities/tag_allocator.h"
|
||||||
|
|
||||||
#include "opencl/source/api/cl_types.h"
|
#include "opencl/source/api/cl_types.h"
|
||||||
#include "opencl/source/command_queue/command_queue.h"
|
#include "opencl/source/command_queue/command_queue.h"
|
||||||
#include "opencl/source/context/context.h"
|
#include "opencl/source/context/context.h"
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
#include "shared/source/utilities/arrayref.h"
|
#include "shared/source/utilities/arrayref.h"
|
||||||
#include "shared/source/utilities/idlist.h"
|
#include "shared/source/utilities/idlist.h"
|
||||||
#include "shared/source/utilities/iflist.h"
|
#include "shared/source/utilities/iflist.h"
|
||||||
|
|
||||||
#include "opencl/source/api/cl_types.h"
|
#include "opencl/source/api/cl_types.h"
|
||||||
#include "opencl/source/event/hw_timestamps.h"
|
#include "opencl/source/event/hw_timestamps.h"
|
||||||
#include "opencl/source/helpers/base_object.h"
|
#include "opencl/source/helpers/base_object.h"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
#include "shared/source/helpers/debug_helpers.h"
|
#include "shared/source/helpers/debug_helpers.h"
|
||||||
#include "shared/source/helpers/timestamp_packet.h"
|
#include "shared/source/helpers/timestamp_packet.h"
|
||||||
|
|
||||||
#include "opencl/source/api/cl_types.h"
|
#include "opencl/source/api/cl_types.h"
|
||||||
#include "opencl/source/context/context.h"
|
#include "opencl/source/context/context.h"
|
||||||
#include "opencl/source/event/user_event.h"
|
#include "opencl/source/event/user_event.h"
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "shared/source/utilities/iflist.h"
|
#include "shared/source/utilities/iflist.h"
|
||||||
|
|
||||||
#include "opencl/source/event/event.h"
|
#include "opencl/source/event/event.h"
|
||||||
|
|
||||||
#include <set>
|
#include <set>
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user