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

@@ -5,16 +5,16 @@
*
*/
#include "command_container/cmdcontainer.h"
#include "shared/source/command_container/cmdcontainer.h"
#include "command_container/command_encoder.h"
#include "command_stream/command_stream_receiver.h"
#include "command_stream/linear_stream.h"
#include "device/device.h"
#include "helpers/debug_helpers.h"
#include "helpers/heap_helper.h"
#include "indirect_heap/indirect_heap.h"
#include "memory_manager/memory_manager.h"
#include "shared/source/command_container/command_encoder.h"
#include "shared/source/command_stream/command_stream_receiver.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/device/device.h"
#include "shared/source/helpers/debug_helpers.h"
#include "shared/source/helpers/heap_helper.h"
#include "shared/source/indirect_heap/indirect_heap.h"
#include "shared/source/memory_manager/memory_manager.h"
namespace NEO {

View File

@@ -6,10 +6,10 @@
*/
#pragma once
#include "command_stream/csr_definitions.h"
#include "helpers/heap_helper.h"
#include "helpers/non_copyable_or_moveable.h"
#include "indirect_heap/indirect_heap.h"
#include "shared/source/command_stream/csr_definitions.h"
#include "shared/source/helpers/heap_helper.h"
#include "shared/source/helpers/non_copyable_or_moveable.h"
#include "shared/source/indirect_heap/indirect_heap.h"
#include <cstdint>
#include <limits>

View File

@@ -6,11 +6,11 @@
*/
#pragma once
#include "command_container/cmdcontainer.h"
#include "command_stream/linear_stream.h"
#include "execution_environment/execution_environment.h"
#include "helpers/simd_helper.h"
#include "kernel/dispatch_kernel_encoder_interface.h"
#include "shared/source/command_container/cmdcontainer.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/helpers/simd_helper.h"
#include "shared/source/kernel/dispatch_kernel_encoder_interface.h"
#include <algorithm>

View File

@@ -6,16 +6,16 @@
*/
#pragma once
#include "command_container/command_encoder.h"
#include "command_stream/linear_stream.h"
#include "device/device.h"
#include "execution_environment/execution_environment.h"
#include "helpers/hw_helper.h"
#include "helpers/preamble.h"
#include "helpers/register_offsets.h"
#include "helpers/simd_helper.h"
#include "helpers/string.h"
#include "kernel/dispatch_kernel_encoder_interface.h"
#include "shared/source/command_container/command_encoder.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/device/device.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/helpers/preamble.h"
#include "shared/source/helpers/register_offsets.h"
#include "shared/source/helpers/simd_helper.h"
#include "shared/source/helpers/string.h"
#include "shared/source/kernel/dispatch_kernel_encoder_interface.h"
#include "opencl/source/helpers/hardware_commands_helper.h"
#include <algorithm>

View File

@@ -6,14 +6,14 @@
*/
#pragma once
#include "command_container/command_encoder.h"
#include "command_stream/linear_stream.h"
#include "command_stream/preemption.h"
#include "execution_environment/execution_environment.h"
#include "gmm_helper/gmm_helper.h"
#include "helpers/simd_helper.h"
#include "helpers/state_base_address.h"
#include "kernel/dispatch_kernel_encoder_interface.h"
#include "shared/source/command_container/command_encoder.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/command_stream/preemption.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/gmm_helper/gmm_helper.h"
#include "shared/source/helpers/simd_helper.h"
#include "shared/source/helpers/state_base_address.h"
#include "shared/source/kernel/dispatch_kernel_encoder_interface.h"
#include "opencl/source/helpers/hardware_commands_helper.h"
#include <algorithm>

View File

@@ -5,26 +5,26 @@
*
*/
#include "command_stream/command_stream_receiver.h"
#include "shared/source/command_stream/command_stream_receiver.h"
#include "command_stream/experimental_command_buffer.h"
#include "command_stream/preemption.h"
#include "command_stream/scratch_space_controller.h"
#include "device/device.h"
#include "execution_environment/root_device_environment.h"
#include "helpers/array_count.h"
#include "helpers/cache_policy.h"
#include "helpers/flush_stamp.h"
#include "helpers/hw_helper.h"
#include "helpers/string.h"
#include "helpers/timestamp_packet.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 "os_interface/os_interface.h"
#include "utilities/cpuintrinsics.h"
#include "utilities/tag_allocator.h"
#include "shared/source/command_stream/experimental_command_buffer.h"
#include "shared/source/command_stream/preemption.h"
#include "shared/source/command_stream/scratch_space_controller.h"
#include "shared/source/device/device.h"
#include "shared/source/execution_environment/root_device_environment.h"
#include "shared/source/helpers/array_count.h"
#include "shared/source/helpers/cache_policy.h"
#include "shared/source/helpers/flush_stamp.h"
#include "shared/source/helpers/hw_helper.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/memory_manager/memory_manager.h"
#include "shared/source/memory_manager/surface.h"
#include "shared/source/os_interface/os_context.h"
#include "shared/source/os_interface/os_interface.h"
#include "shared/source/utilities/cpuintrinsics.h"
#include "shared/source/utilities/tag_allocator.h"
#include "opencl/source/built_ins/built_ins.h"
namespace NEO {

View File

@@ -6,18 +6,18 @@
*/
#pragma once
#include "command_stream/aub_subcapture_status.h"
#include "command_stream/csr_definitions.h"
#include "command_stream/linear_stream.h"
#include "command_stream/submissions_aggregator.h"
#include "command_stream/thread_arbitration_policy.h"
#include "helpers/aligned_memory.h"
#include "helpers/blit_commands_helper.h"
#include "helpers/completion_stamp.h"
#include "helpers/flat_batch_buffer_helper.h"
#include "helpers/options.h"
#include "indirect_heap/indirect_heap.h"
#include "kernel/grf_config.h"
#include "shared/source/command_stream/aub_subcapture_status.h"
#include "shared/source/command_stream/csr_definitions.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/command_stream/submissions_aggregator.h"
#include "shared/source/command_stream/thread_arbitration_policy.h"
#include "shared/source/helpers/aligned_memory.h"
#include "shared/source/helpers/blit_commands_helper.h"
#include "shared/source/helpers/completion_stamp.h"
#include "shared/source/helpers/flat_batch_buffer_helper.h"
#include "shared/source/helpers/options.h"
#include "shared/source/indirect_heap/indirect_heap.h"
#include "shared/source/kernel/grf_config.h"
#include <cstddef>
#include <cstdint>

View File

@@ -6,11 +6,11 @@
*/
#pragma once
#include "command_stream/command_stream_receiver.h"
#include "execution_environment/execution_environment.h"
#include "helpers/dirty_state_helpers.h"
#include "helpers/hw_cmds.h"
#include "helpers/hw_info.h"
#include "shared/source/command_stream/command_stream_receiver.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/helpers/dirty_state_helpers.h"
#include "shared/source/helpers/hw_cmds.h"
#include "shared/source/helpers/hw_info.h"
namespace NEO {
template <typename GfxFamily>

View File

@@ -5,30 +5,30 @@
*
*/
#include "command_stream/command_stream_receiver_hw.h"
#include "command_stream/experimental_command_buffer.h"
#include "command_stream/linear_stream.h"
#include "command_stream/preemption.h"
#include "command_stream/scratch_space_controller_base.h"
#include "debug_settings/debug_settings_manager.h"
#include "device/device.h"
#include "direct_submission/direct_submission_hw.h"
#include "execution_environment/root_device_environment.h"
#include "gmm_helper/page_table_mngr.h"
#include "helpers/blit_commands_helper.h"
#include "helpers/cache_policy.h"
#include "helpers/flat_batch_buffer_helper_hw.h"
#include "helpers/flush_stamp.h"
#include "helpers/hw_helper.h"
#include "helpers/preamble.h"
#include "helpers/ptr_math.h"
#include "helpers/state_base_address.h"
#include "helpers/timestamp_packet.h"
#include "indirect_heap/indirect_heap.h"
#include "memory_manager/internal_allocation_storage.h"
#include "memory_manager/memory_manager.h"
#include "os_interface/os_context.h"
#include "utilities/tag_allocator.h"
#include "shared/source/command_stream/command_stream_receiver_hw.h"
#include "shared/source/command_stream/experimental_command_buffer.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/command_stream/preemption.h"
#include "shared/source/command_stream/scratch_space_controller_base.h"
#include "shared/source/debug_settings/debug_settings_manager.h"
#include "shared/source/device/device.h"
#include "shared/source/direct_submission/direct_submission_hw.h"
#include "shared/source/execution_environment/root_device_environment.h"
#include "shared/source/gmm_helper/page_table_mngr.h"
#include "shared/source/helpers/blit_commands_helper.h"
#include "shared/source/helpers/cache_policy.h"
#include "shared/source/helpers/flat_batch_buffer_helper_hw.h"
#include "shared/source/helpers/flush_stamp.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/helpers/preamble.h"
#include "shared/source/helpers/ptr_math.h"
#include "shared/source/helpers/state_base_address.h"
#include "shared/source/helpers/timestamp_packet.h"
#include "shared/source/indirect_heap/indirect_heap.h"
#include "shared/source/memory_manager/internal_allocation_storage.h"
#include "shared/source/memory_manager/memory_manager.h"
#include "shared/source/os_interface/os_context.h"
#include "shared/source/utilities/tag_allocator.h"
#include "command_stream_receiver_hw_ext.inl"

View File

@@ -5,7 +5,7 @@
*
*/
#include "command_stream/command_stream_receiver_hw_base.inl"
#include "shared/source/command_stream/command_stream_receiver_hw_base.inl"
namespace NEO {

View File

@@ -5,8 +5,8 @@
*
*/
#include "command_stream/command_stream_receiver_hw.h"
#include "helpers/state_compute_mode_helper.h"
#include "shared/source/command_stream/command_stream_receiver_hw.h"
#include "shared/source/helpers/state_compute_mode_helper.h"
namespace NEO {
template <typename GfxFamily>

View File

@@ -6,13 +6,13 @@
*/
#pragma once
#include "command_stream/csr_deps.h"
#include "command_stream/queue_throttle.h"
#include "command_stream/thread_arbitration_policy.h"
#include "helpers/hw_info.h"
#include "helpers/pipeline_select_args.h"
#include "kernel/grf_config.h"
#include "memory_manager/memory_constants.h"
#include "shared/source/command_stream/csr_deps.h"
#include "shared/source/command_stream/queue_throttle.h"
#include "shared/source/command_stream/thread_arbitration_policy.h"
#include "shared/source/helpers/hw_info.h"
#include "shared/source/helpers/pipeline_select_args.h"
#include "shared/source/kernel/grf_config.h"
#include "shared/source/memory_manager/memory_constants.h"
#include <limits>

View File

@@ -5,9 +5,9 @@
*
*/
#include "command_stream/csr_deps.h"
#include "shared/source/command_stream/csr_deps.h"
#include "helpers/timestamp_packet.h"
#include "shared/source/helpers/timestamp_packet.h"
namespace NEO {

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "utilities/stackvec.h"
#include "shared/source/utilities/stackvec.h"
namespace NEO {

View File

@@ -6,9 +6,9 @@
*/
#pragma once
#include "command_stream/command_stream_receiver_hw.h"
#include "command_stream/csr_definitions.h"
#include "command_stream/linear_stream.h"
#include "shared/source/command_stream/command_stream_receiver_hw.h"
#include "shared/source/command_stream/csr_definitions.h"
#include "shared/source/command_stream/linear_stream.h"
namespace NEO {

View File

@@ -5,13 +5,13 @@
*
*/
#include "command_stream/experimental_command_buffer.h"
#include "shared/source/command_stream/experimental_command_buffer.h"
#include "command_stream/command_stream_receiver.h"
#include "command_stream/linear_stream.h"
#include "memory_manager/internal_allocation_storage.h"
#include "memory_manager/memory_constants.h"
#include "memory_manager/memory_manager.h"
#include "shared/source/command_stream/command_stream_receiver.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/memory_manager/internal_allocation_storage.h"
#include "shared/source/memory_manager/memory_constants.h"
#include "shared/source/memory_manager/memory_manager.h"
#include <cstring>
#include <type_traits>

View File

@@ -5,12 +5,12 @@
*
*/
#include "command_stream/command_stream_receiver_hw.h"
#include "command_stream/experimental_command_buffer.h"
#include "command_stream/linear_stream.h"
#include "execution_environment/root_device_environment.h"
#include "helpers/hw_helper.h"
#include "memory_manager/graphics_allocation.h"
#include "shared/source/command_stream/command_stream_receiver_hw.h"
#include "shared/source/command_stream/experimental_command_buffer.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/execution_environment/root_device_environment.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/memory_manager/graphics_allocation.h"
namespace NEO {

View File

@@ -5,9 +5,9 @@
*
*/
#include "command_stream/linear_stream.h"
#include "shared/source/command_stream/linear_stream.h"
#include "memory_manager/graphics_allocation.h"
#include "shared/source/memory_manager/graphics_allocation.h"
namespace NEO {

View File

@@ -6,8 +6,8 @@
*/
#pragma once
#include "helpers/debug_helpers.h"
#include "helpers/ptr_math.h"
#include "shared/source/helpers/debug_helpers.h"
#include "shared/source/helpers/ptr_math.h"
#include <atomic>
#include <cstddef>

View File

@@ -5,10 +5,10 @@
*
*/
#include "command_stream/preemption.h"
#include "shared/source/command_stream/preemption.h"
#include "device/device.h"
#include "helpers/string.h"
#include "shared/source/device/device.h"
#include "shared/source/helpers/string.h"
#include "opencl/source/built_ins/built_ins.h"
#include "opencl/source/helpers/dispatch_info.h"
#include "opencl/source/kernel/kernel.h"

View File

@@ -6,9 +6,9 @@
*/
#pragma once
#include "command_stream/linear_stream.h"
#include "command_stream/preemption_mode.h"
#include "helpers/hw_info.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/command_stream/preemption_mode.h"
#include "shared/source/helpers/hw_info.h"
#include "sku_info.h"

View File

@@ -5,10 +5,10 @@
*
*/
#include "command_stream/preemption.h"
#include "device/device.h"
#include "helpers/hw_helper.h"
#include "memory_manager/graphics_allocation.h"
#include "shared/source/command_stream/preemption.h"
#include "shared/source/device/device.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/memory_manager/graphics_allocation.h"
#include "opencl/source/built_ins/sip.h"
#include "opencl/source/command_queue/gpgpu_walker.h"

View File

@@ -5,14 +5,14 @@
*
*/
#include "command_stream/scratch_space_controller.h"
#include "shared/source/command_stream/scratch_space_controller.h"
#include "execution_environment/execution_environment.h"
#include "execution_environment/root_device_environment.h"
#include "helpers/hw_helper.h"
#include "memory_manager/graphics_allocation.h"
#include "memory_manager/internal_allocation_storage.h"
#include "memory_manager/memory_manager.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/execution_environment/root_device_environment.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/memory_manager/graphics_allocation.h"
#include "shared/source/memory_manager/internal_allocation_storage.h"
#include "shared/source/memory_manager/memory_manager.h"
namespace NEO {
ScratchSpaceController::ScratchSpaceController(uint32_t rootDeviceIndex, ExecutionEnvironment &environment, InternalAllocationStorage &allocationStorage)

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "indirect_heap/indirect_heap.h"
#include "shared/source/indirect_heap/indirect_heap.h"
#include <cstddef>
#include <cstdint>

View File

@@ -5,17 +5,17 @@
*
*/
#include "command_stream/scratch_space_controller_base.h"
#include "shared/source/command_stream/scratch_space_controller_base.h"
#include "execution_environment/execution_environment.h"
#include "helpers/aligned_memory.h"
#include "helpers/hw_helper.h"
#include "helpers/preamble.h"
#include "memory_manager/graphics_allocation.h"
#include "memory_manager/internal_allocation_storage.h"
#include "memory_manager/memory_constants.h"
#include "memory_manager/memory_manager.h"
#include "os_interface/os_context.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/helpers/aligned_memory.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/helpers/preamble.h"
#include "shared/source/memory_manager/graphics_allocation.h"
#include "shared/source/memory_manager/internal_allocation_storage.h"
#include "shared/source/memory_manager/memory_constants.h"
#include "shared/source/memory_manager/memory_manager.h"
#include "shared/source/os_interface/os_context.h"
namespace NEO {
ScratchSpaceControllerBase::ScratchSpaceControllerBase(uint32_t rootDeviceIndex, ExecutionEnvironment &environment, InternalAllocationStorage &allocationStorage)

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "command_stream/scratch_space_controller.h"
#include "shared/source/command_stream/scratch_space_controller.h"
namespace NEO {

View File

@@ -7,8 +7,8 @@
#include "submissions_aggregator.h"
#include "helpers/flush_stamp.h"
#include "memory_manager/graphics_allocation.h"
#include "shared/source/helpers/flush_stamp.h"
#include "shared/source/memory_manager/graphics_allocation.h"
void NEO::SubmissionAggregator::recordCommandBuffer(CommandBuffer *commandBuffer) {
this->cmdBuffers.pushTailOne(*commandBuffer);

View File

@@ -6,11 +6,11 @@
*/
#pragma once
#include "command_stream/csr_definitions.h"
#include "command_stream/linear_stream.h"
#include "memory_manager/residency_container.h"
#include "utilities/idlist.h"
#include "utilities/stackvec.h"
#include "shared/source/command_stream/csr_definitions.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/memory_manager/residency_container.h"
#include "shared/source/utilities/idlist.h"
#include "shared/source/utilities/stackvec.h"
#include <vector>
namespace NEO {

View File

@@ -5,13 +5,13 @@
*
*/
#include "compiler_interface/compiler_cache.h"
#include "shared/source/compiler_interface/compiler_cache.h"
#include "helpers/aligned_memory.h"
#include "helpers/file_io.h"
#include "helpers/hash.h"
#include "helpers/hw_info.h"
#include "utilities/debug_settings_reader.h"
#include "shared/source/helpers/aligned_memory.h"
#include "shared/source/helpers/file_io.h"
#include "shared/source/helpers/hash.h"
#include "shared/source/helpers/hw_info.h"
#include "shared/source/utilities/debug_settings_reader.h"
#include "config.h"
#include "os_inc.h"

View File

@@ -7,7 +7,7 @@
#pragma once
#include "utilities/arrayref.h"
#include "shared/source/utilities/arrayref.h"
#include <cstdint>
#include <cstring>

View File

@@ -5,13 +5,13 @@
*
*/
#include "compiler_interface/compiler_interface.h"
#include "shared/source/compiler_interface/compiler_interface.h"
#include "compiler_interface/compiler_cache.h"
#include "compiler_interface/compiler_interface.inl"
#include "debug_settings/debug_settings_manager.h"
#include "device/device.h"
#include "helpers/hw_info.h"
#include "shared/source/compiler_interface/compiler_cache.h"
#include "shared/source/compiler_interface/compiler_interface.inl"
#include "shared/source/debug_settings/debug_settings_manager.h"
#include "shared/source/device/device.h"
#include "shared/source/helpers/hw_info.h"
#include "opencl/source/os_interface/os_inc_base.h"
#include "cif/common/cif_main.h"

View File

@@ -6,11 +6,11 @@
*/
#pragma once
#include "compiler_interface/compiler_cache.h"
#include "helpers/string.h"
#include "os_interface/os_library.h"
#include "utilities/arrayref.h"
#include "utilities/spinlock.h"
#include "shared/source/compiler_interface/compiler_cache.h"
#include "shared/source/helpers/string.h"
#include "shared/source/os_interface/os_library.h"
#include "shared/source/utilities/arrayref.h"
#include "shared/source/utilities/spinlock.h"
#include "opencl/source/built_ins/sip.h"
#include "cif/common/cif_main.h"

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "os_interface/os_library.h"
#include "shared/source/os_interface/os_library.h"
#include "opencl/source/helpers/validators.h"
#include "cif/builtins/memory/buffer/buffer.h"

View File

@@ -7,4 +7,4 @@
#pragma once
#include "compiler_interface/compiler_options/compiler_options_base.h"
#include "shared/source/compiler_interface/compiler_options/compiler_options_base.h"

View File

@@ -7,8 +7,8 @@
#pragma once
#include "utilities/const_stringref.h"
#include "utilities/stackvec.h"
#include "shared/source/utilities/const_stringref.h"
#include "shared/source/utilities/stackvec.h"
namespace NEO {
namespace CompilerOptions {

View File

@@ -7,7 +7,7 @@
#pragma once
#include "compiler_interface/compiler_cache.h"
#include "shared/source/compiler_interface/compiler_cache.h"
namespace NEO {
CompilerCacheConfig getDefaultCompilerCacheConfig();

View File

@@ -7,8 +7,8 @@
#pragma once
#include "utilities/arrayref.h"
#include "utilities/const_stringref.h"
#include "shared/source/utilities/arrayref.h"
#include "shared/source/utilities/const_stringref.h"
#include <algorithm>
#include <cstdint>

View File

@@ -7,9 +7,9 @@
#include "linker.h"
#include "helpers/debug_helpers.h"
#include "helpers/ptr_math.h"
#include "utilities/compiler_support.h"
#include "shared/source/helpers/debug_helpers.h"
#include "shared/source/helpers/ptr_math.h"
#include "shared/source/utilities/compiler_support.h"
#include "RelocationInfo.h"

View File

@@ -7,11 +7,11 @@
#include "debug_settings_manager.h"
#include "debug_settings/definitions/translate_debug_settings.h"
#include "helpers/debug_helpers.h"
#include "helpers/ptr_math.h"
#include "helpers/string.h"
#include "utilities/debug_settings_reader_creator.h"
#include "shared/source/debug_settings/definitions/translate_debug_settings.h"
#include "shared/source/helpers/debug_helpers.h"
#include "shared/source/helpers/ptr_math.h"
#include "shared/source/helpers/string.h"
#include "shared/source/utilities/debug_settings_reader_creator.h"
#include <cstdio>
#include <sstream>

View File

@@ -5,4 +5,4 @@
*
*/
#include "debug_settings/debug_variables_base.inl"
#include "shared/source/debug_settings/debug_variables_base.inl"

View File

@@ -5,7 +5,7 @@
*
*/
#include "debug_settings/definitions/translate_debug_settings.h"
#include "shared/source/debug_settings/definitions/translate_debug_settings.h"
namespace NEO {

View File

@@ -5,17 +5,17 @@
*
*/
#include "device/device.h"
#include "shared/source/device/device.h"
#include "command_stream/command_stream_receiver.h"
#include "command_stream/experimental_command_buffer.h"
#include "command_stream/preemption.h"
#include "execution_environment/root_device_environment.h"
#include "helpers/hw_helper.h"
#include "memory_manager/memory_manager.h"
#include "os_interface/os_context.h"
#include "os_interface/os_interface.h"
#include "os_interface/os_time.h"
#include "shared/source/command_stream/command_stream_receiver.h"
#include "shared/source/command_stream/experimental_command_buffer.h"
#include "shared/source/command_stream/preemption.h"
#include "shared/source/execution_environment/root_device_environment.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/memory_manager/memory_manager.h"
#include "shared/source/os_interface/os_context.h"
#include "shared/source/os_interface/os_interface.h"
#include "shared/source/os_interface/os_time.h"
#include "opencl/source/device/driver_info.h"
#include "opencl/source/source_level_debugger/source_level_debugger.h"

View File

@@ -6,10 +6,10 @@
*/
#pragma once
#include "execution_environment/execution_environment.h"
#include "helpers/common_types.h"
#include "helpers/engine_control.h"
#include "helpers/hw_info.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/helpers/common_types.h"
#include "shared/source/helpers/engine_control.h"
#include "shared/source/helpers/hw_info.h"
#include "opencl/source/device/device_info.h"
#include "opencl/source/os_interface/performance_counters.h"

View File

@@ -5,9 +5,9 @@
*
*/
#include "command_stream/command_stream_receiver.h"
#include "device/device.h"
#include "helpers/hw_helper.h"
#include "shared/source/command_stream/command_stream_receiver.h"
#include "shared/source/device/device.h"
#include "shared/source/helpers/hw_helper.h"
namespace NEO {

View File

@@ -5,14 +5,14 @@
*
*/
#include "device/root_device.h"
#include "shared/source/device/root_device.h"
#include "command_stream/command_stream_receiver.h"
#include "command_stream/preemption.h"
#include "debug_settings/debug_settings_manager.h"
#include "device/sub_device.h"
#include "helpers/hw_helper.h"
#include "memory_manager/memory_manager.h"
#include "shared/source/command_stream/command_stream_receiver.h"
#include "shared/source/command_stream/preemption.h"
#include "shared/source/debug_settings/debug_settings_manager.h"
#include "shared/source/device/sub_device.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/memory_manager/memory_manager.h"
namespace NEO {
extern CommandStreamReceiver *createCommandStream(ExecutionEnvironment &executionEnvironment, uint32_t rootDeviceIndex);

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "device/device.h"
#include "shared/source/device/device.h"
namespace NEO {

View File

@@ -5,9 +5,9 @@
*
*/
#include "device/sub_device.h"
#include "shared/source/device/sub_device.h"
#include "device/root_device.h"
#include "shared/source/device/root_device.h"
namespace NEO {

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "device/device.h"
#include "shared/source/device/device.h"
namespace NEO {
class RootDevice;

View File

@@ -7,7 +7,7 @@
#pragma once
#include "utilities/const_stringref.h"
#include "shared/source/utilities/const_stringref.h"
namespace NEO {
namespace Ar {

View File

@@ -5,7 +5,7 @@
*
*/
#include "device_binary_format/ar/ar_decoder.h"
#include "shared/source/device_binary_format/ar/ar_decoder.h"
#include <cstdint>

View File

@@ -7,10 +7,10 @@
#pragma once
#include "compiler_interface/intermediate_representations.h"
#include "device_binary_format/ar/ar.h"
#include "utilities/arrayref.h"
#include "utilities/stackvec.h"
#include "shared/source/compiler_interface/intermediate_representations.h"
#include "shared/source/device_binary_format/ar/ar.h"
#include "shared/source/utilities/arrayref.h"
#include "shared/source/utilities/stackvec.h"
namespace NEO {
namespace Ar {

View File

@@ -5,10 +5,10 @@
*
*/
#include "device_binary_format/ar/ar_encoder.h"
#include "shared/source/device_binary_format/ar/ar_encoder.h"
#include "helpers/debug_helpers.h"
#include "helpers/string.h"
#include "shared/source/helpers/debug_helpers.h"
#include "shared/source/helpers/string.h"
#include <vector>

View File

@@ -7,9 +7,9 @@
#pragma once
#include "device_binary_format/ar/ar.h"
#include "utilities/arrayref.h"
#include "utilities/const_stringref.h"
#include "shared/source/device_binary_format/ar/ar.h"
#include "shared/source/utilities/arrayref.h"
#include "shared/source/utilities/const_stringref.h"
#include <cstring>
#include <vector>

View File

@@ -5,9 +5,9 @@
*
*/
#include "device_binary_format/ar/ar.h"
#include "device_binary_format/ar/ar_decoder.h"
#include "device_binary_format/device_binary_formats.h"
#include "shared/source/device_binary_format/ar/ar.h"
#include "shared/source/device_binary_format/ar/ar_decoder.h"
#include "shared/source/device_binary_format/device_binary_formats.h"
namespace NEO {

View File

@@ -5,12 +5,12 @@
*
*/
#include "compiler_interface/intermediate_representations.h"
#include "device_binary_format/device_binary_formats.h"
#include "device_binary_format/elf/elf_decoder.h"
#include "device_binary_format/elf/elf_encoder.h"
#include "device_binary_format/elf/ocl_elf.h"
#include "utilities/compiler_support.h"
#include "shared/source/compiler_interface/intermediate_representations.h"
#include "shared/source/device_binary_format/device_binary_formats.h"
#include "shared/source/device_binary_format/elf/elf_decoder.h"
#include "shared/source/device_binary_format/elf/elf_encoder.h"
#include "shared/source/device_binary_format/elf/ocl_elf.h"
#include "shared/source/utilities/compiler_support.h"
#include <tuple>

View File

@@ -5,12 +5,12 @@
*
*/
#include "device_binary_format/device_binary_formats.h"
#include "device_binary_format/patchtokens_decoder.h"
#include "device_binary_format/patchtokens_dumper.h"
#include "device_binary_format/patchtokens_validator.h"
#include "helpers/debug_helpers.h"
#include "program/program_info_from_patchtokens.h"
#include "shared/source/device_binary_format/device_binary_formats.h"
#include "shared/source/device_binary_format/patchtokens_decoder.h"
#include "shared/source/device_binary_format/patchtokens_dumper.h"
#include "shared/source/device_binary_format/patchtokens_validator.h"
#include "shared/source/helpers/debug_helpers.h"
#include "shared/source/program/program_info_from_patchtokens.h"
#include "opencl/source/utilities/logger.h"
namespace NEO {

View File

@@ -5,7 +5,7 @@
*
*/
#include "device_binary_format/device_binary_formats.h"
#include "shared/source/device_binary_format/device_binary_formats.h"
namespace NEO {

View File

@@ -7,8 +7,8 @@
#pragma once
#include "utilities/arrayref.h"
#include "utilities/const_stringref.h"
#include "shared/source/utilities/arrayref.h"
#include "shared/source/utilities/const_stringref.h"
#include <cstddef>
#include <cstdint>

View File

@@ -7,7 +7,7 @@
#pragma once
#include "utilities/const_stringref.h"
#include "shared/source/utilities/const_stringref.h"
#include <inttypes.h>
#include <stddef.h>

View File

@@ -5,9 +5,9 @@
*
*/
#include "device_binary_format/elf/elf_decoder.h"
#include "shared/source/device_binary_format/elf/elf_decoder.h"
#include "helpers/ptr_math.h"
#include "shared/source/helpers/ptr_math.h"
#include <string.h>

View File

@@ -6,10 +6,10 @@
*/
#pragma once
#include "device_binary_format/elf/elf.h"
#include "utilities/arrayref.h"
#include "utilities/const_stringref.h"
#include "utilities/stackvec.h"
#include "shared/source/device_binary_format/elf/elf.h"
#include "shared/source/utilities/arrayref.h"
#include "shared/source/utilities/const_stringref.h"
#include "shared/source/utilities/stackvec.h"
#include <cstdint>

View File

@@ -5,9 +5,9 @@
*
*/
#include "device_binary_format/elf/elf_encoder.h"
#include "shared/source/device_binary_format/elf/elf_encoder.h"
#include "utilities/range.h"
#include "shared/source/utilities/range.h"
#include <algorithm>

View File

@@ -6,11 +6,11 @@
*/
#pragma once
#include "device_binary_format/elf/elf.h"
#include "helpers/aligned_memory.h"
#include "utilities/arrayref.h"
#include "utilities/const_stringref.h"
#include "utilities/stackvec.h"
#include "shared/source/device_binary_format/elf/elf.h"
#include "shared/source/helpers/aligned_memory.h"
#include "shared/source/utilities/arrayref.h"
#include "shared/source/utilities/const_stringref.h"
#include "shared/source/utilities/stackvec.h"
#include <queue>
#include <string>

View File

@@ -8,8 +8,8 @@
// Abstract: Defines the types used for ELF headers/sections.
#pragma once
#include "device_binary_format/elf/elf.h"
#include "utilities/const_stringref.h"
#include "shared/source/device_binary_format/elf/elf.h"
#include "shared/source/utilities/const_stringref.h"
#include <inttypes.h>
#include <stddef.h>

View File

@@ -7,10 +7,10 @@
#include "patchtokens_decoder.h"
#include "debug_settings/debug_settings_manager.h"
#include "helpers/debug_helpers.h"
#include "helpers/hash.h"
#include "helpers/ptr_math.h"
#include "shared/source/debug_settings/debug_settings_manager.h"
#include "shared/source/helpers/debug_helpers.h"
#include "shared/source/helpers/hash.h"
#include "shared/source/helpers/ptr_math.h"
#include <algorithm>

View File

@@ -7,10 +7,10 @@
#pragma once
#include "device_binary_format/device_binary_formats.h"
#include "helpers/ptr_math.h"
#include "utilities/arrayref.h"
#include "utilities/stackvec.h"
#include "shared/source/device_binary_format/device_binary_formats.h"
#include "shared/source/helpers/ptr_math.h"
#include "shared/source/utilities/arrayref.h"
#include "shared/source/utilities/stackvec.h"
#include "igfxfmid.h"
#include "patch_g7.h"

View File

@@ -5,10 +5,10 @@
*
*/
#include "device_binary_format/patchtokens_validator.h"
#include "shared/source/device_binary_format/patchtokens_validator.h"
#include "device_binary_format/patchtokens_decoder.h"
#include "helpers/hw_info.h"
#include "shared/source/device_binary_format/patchtokens_decoder.h"
#include "shared/source/helpers/hw_info.h"
#include "opencl/source/program/kernel_arg_info.h"
#include "igfxfmid.h"

View File

@@ -7,7 +7,7 @@
#pragma once
#include "device_binary_format/device_binary_formats.h"
#include "shared/source/device_binary_format/device_binary_formats.h"
#include <string>

View File

@@ -6,10 +6,10 @@
*/
#pragma once
#include "command_stream/linear_stream.h"
#include "helpers/completion_stamp.h"
#include "memory_manager/memory_constants.h"
#include "utilities/stackvec.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/helpers/completion_stamp.h"
#include "shared/source/memory_manager/memory_constants.h"
#include "shared/source/utilities/stackvec.h"
#include <memory>

View File

@@ -5,20 +5,20 @@
*
*/
#include "command_container/command_encoder.h"
#include "command_stream/submissions_aggregator.h"
#include "debug_settings/debug_settings_manager.h"
#include "device/device.h"
#include "direct_submission/direct_submission_hw.h"
#include "direct_submission/dispatchers/dispatcher.h"
#include "helpers/flush_stamp.h"
#include "helpers/ptr_math.h"
#include "memory_manager/allocation_properties.h"
#include "memory_manager/graphics_allocation.h"
#include "memory_manager/memory_manager.h"
#include "os_interface/os_context.h"
#include "utilities/cpu_info.h"
#include "utilities/cpuintrinsics.h"
#include "shared/source/command_container/command_encoder.h"
#include "shared/source/command_stream/submissions_aggregator.h"
#include "shared/source/debug_settings/debug_settings_manager.h"
#include "shared/source/device/device.h"
#include "shared/source/direct_submission/direct_submission_hw.h"
#include "shared/source/direct_submission/dispatchers/dispatcher.h"
#include "shared/source/helpers/flush_stamp.h"
#include "shared/source/helpers/ptr_math.h"
#include "shared/source/memory_manager/allocation_properties.h"
#include "shared/source/memory_manager/graphics_allocation.h"
#include "shared/source/memory_manager/memory_manager.h"
#include "shared/source/os_interface/os_context.h"
#include "shared/source/utilities/cpu_info.h"
#include "shared/source/utilities/cpuintrinsics.h"
#include <cstring>

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "direct_submission/dispatchers/dispatcher.h"
#include "shared/source/direct_submission/dispatchers/dispatcher.h"
namespace NEO {

View File

@@ -5,9 +5,9 @@
*
*/
#include "command_stream/linear_stream.h"
#include "direct_submission/dispatchers/blitter_dispatcher.h"
#include "helpers/hw_info.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/direct_submission/dispatchers/blitter_dispatcher.h"
#include "shared/source/helpers/hw_info.h"
namespace NEO {

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "direct_submission/dispatchers/dispatcher.h"
#include "shared/source/direct_submission/dispatchers/dispatcher.h"
namespace NEO {

View File

@@ -5,10 +5,10 @@
*
*/
#include "command_stream/linear_stream.h"
#include "command_stream/preemption.h"
#include "direct_submission/dispatchers/render_dispatcher.h"
#include "helpers/hw_helper.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/command_stream/preemption.h"
#include "shared/source/direct_submission/dispatchers/render_dispatcher.h"
#include "shared/source/helpers/hw_helper.h"
namespace NEO {

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "direct_submission/direct_submission_hw.h"
#include "shared/source/direct_submission/direct_submission_hw.h"
namespace NEO {

View File

@@ -5,9 +5,9 @@
*
*/
#include "command_stream/linear_stream.h"
#include "direct_submission/linux/drm_direct_submission.h"
#include "os_interface/linux/drm_allocation.h"
#include "shared/source/command_stream/linear_stream.h"
#include "shared/source/direct_submission/linux/drm_direct_submission.h"
#include "shared/source/os_interface/linux/drm_allocation.h"
namespace NEO {

View File

@@ -6,8 +6,8 @@
*/
#pragma once
#include "direct_submission/direct_submission_hw.h"
#include "os_interface/windows/windows_defs.h"
#include "shared/source/direct_submission/direct_submission_hw.h"
#include "shared/source/os_interface/windows/windows_defs.h"
struct COMMAND_BUFFER_HEADER_REC;

View File

@@ -5,15 +5,15 @@
*
*/
#include "direct_submission/windows/wddm_direct_submission.h"
#include "execution_environment/root_device_environment.h"
#include "gmm_helper/gmm_helper.h"
#include "os_interface/windows/os_context_win.h"
#include "os_interface/windows/wddm/wddm.h"
#include "os_interface/windows/wddm/wddm_interface.h"
#include "os_interface/windows/wddm_allocation.h"
#include "os_interface/windows/wddm_memory_operations_handler.h"
#include "utilities/arrayref.h"
#include "shared/source/direct_submission/windows/wddm_direct_submission.h"
#include "shared/source/execution_environment/root_device_environment.h"
#include "shared/source/gmm_helper/gmm_helper.h"
#include "shared/source/os_interface/windows/os_context_win.h"
#include "shared/source/os_interface/windows/wddm/wddm.h"
#include "shared/source/os_interface/windows/wddm/wddm_interface.h"
#include "shared/source/os_interface/windows/wddm_allocation.h"
#include "shared/source/os_interface/windows/wddm_memory_operations_handler.h"
#include "shared/source/utilities/arrayref.h"
namespace NEO {

View File

@@ -5,14 +5,14 @@
*
*/
#include "execution_environment/execution_environment.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "compiler_interface/compiler_interface.h"
#include "compiler_interface/default_cache_config.h"
#include "debugger/debugger.h"
#include "execution_environment/root_device_environment.h"
#include "gmm_helper/gmm_helper.h"
#include "helpers/hw_helper.h"
#include "shared/source/compiler_interface/compiler_interface.h"
#include "shared/source/compiler_interface/default_cache_config.h"
#include "shared/source/debugger/debugger.h"
#include "shared/source/execution_environment/root_device_environment.h"
#include "shared/source/gmm_helper/gmm_helper.h"
#include "shared/source/helpers/hw_helper.h"
#include "opencl/source/built_ins/built_ins.h"
#include "opencl/source/memory_manager/os_agnostic_memory_manager.h"

View File

@@ -6,8 +6,8 @@
*/
#pragma once
#include "os_interface/device_factory.h"
#include "utilities/reference_tracked_object.h"
#include "shared/source/os_interface/device_factory.h"
#include "shared/source/utilities/reference_tracked_object.h"
#include <mutex>
#include <vector>

View File

@@ -5,12 +5,12 @@
*
*/
#include "execution_environment/root_device_environment.h"
#include "shared/source/execution_environment/root_device_environment.h"
#include "execution_environment/execution_environment.h"
#include "gmm_helper/page_table_mngr.h"
#include "memory_manager/memory_operations_handler.h"
#include "os_interface/os_interface.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/gmm_helper/page_table_mngr.h"
#include "shared/source/memory_manager/memory_operations_handler.h"
#include "shared/source/os_interface/os_interface.h"
#include "opencl/source/aub/aub_center.h"
namespace NEO {

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "helpers/options.h"
#include "shared/source/helpers/options.h"
#include <cstdint>
#include <memory>

View File

@@ -5,10 +5,10 @@
*
*/
#include "command_container/command_encoder.h"
#include "command_container/command_encoder.inl"
#include "command_container/command_encoder_base.inl"
#include "gen11/hw_cmds_base.h"
#include "shared/source/command_container/command_encoder.h"
#include "shared/source/command_container/command_encoder.inl"
#include "shared/source/command_container/command_encoder_base.inl"
#include "shared/source/gen11/hw_cmds_base.h"
#include "opencl/source/gen11/reg_configs.h"
namespace NEO {

View File

@@ -5,8 +5,8 @@
*
*/
#include "gen11/hw_cmds.h"
#include "helpers/hw_helper.h"
#include "shared/source/gen11/hw_cmds.h"
#include "shared/source/helpers/hw_helper.h"
namespace NEO {

View File

@@ -5,8 +5,8 @@
*
*/
#include "gen11/hw_cmds.h"
#include "os_interface/hw_info_config.h"
#include "shared/source/gen11/hw_cmds.h"
#include "shared/source/os_interface/hw_info_config.h"
#include "opencl/source/helpers/enable_product.inl"
namespace NEO {

View File

@@ -5,8 +5,8 @@
*
*/
#include "gen11/hw_cmds.h"
#include "os_interface/hw_info_config.h"
#include "shared/source/gen11/hw_cmds.h"
#include "shared/source/os_interface/hw_info_config.h"
namespace NEO {

View File

@@ -6,9 +6,9 @@
*/
#pragma once
#include "commands/bxml_generator_glue.h"
#include "gen11/hw_info.h"
#include "helpers/debug_helpers.h"
#include "shared/source/commands/bxml_generator_glue.h"
#include "shared/source/gen11/hw_info.h"
#include "shared/source/helpers/debug_helpers.h"
#include "igfxfmid.h"
@@ -18,7 +18,7 @@ struct CmdParse;
namespace NEO {
struct GEN11 {
#include "generated/gen11/hw_cmds_generated_gen11.inl"
#include "shared/source/generated/gen11/hw_cmds_generated_gen11.inl"
};
struct ICLFamily : public GEN11 {
using PARSE = CmdParse<ICLFamily>;

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "gen11/hw_cmds_base.h"
#include "shared/source/gen11/hw_cmds_base.h"
namespace NEO {

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "gen11/hw_cmds_base.h"
#include "shared/source/gen11/hw_cmds_base.h"
namespace NEO {

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "gen11/hw_cmds_base.h"
#include "shared/source/gen11/hw_cmds_base.h"
namespace NEO {

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "gen11/hw_info_gen11.h"
#include "shared/source/gen11/hw_info_gen11.h"
namespace NEO {

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "helpers/hw_info.h"
#include "shared/source/helpers/hw_info.h"
namespace NEO {

View File

@@ -6,7 +6,7 @@
*/
#pragma once
#include "gen11/hw_info_gen11.h"
#include "shared/source/gen11/hw_info_gen11.h"
namespace NEO {

View File

@@ -5,15 +5,15 @@
*
*/
#include "gen11/hw_cmds_base.h"
#include "image/image_surface_state.h"
#include "shared/source/gen11/hw_cmds_base.h"
#include "shared/source/image/image_surface_state.h"
namespace NEO {
typedef ICLFamily Family;
// clang-format off
#include "image/image_bdw_plus.inl"
#include "image/image_skl_plus.inl"
#include "shared/source/image/image_bdw_plus.inl"
#include "shared/source/image/image_skl_plus.inl"
// clang-format on
} // namespace NEO

View File

@@ -5,11 +5,11 @@
*
*/
#include "direct_submission/direct_submission_hw.inl"
#include "direct_submission/dispatchers/blitter_dispatcher.inl"
#include "direct_submission/dispatchers/render_dispatcher.inl"
#include "direct_submission/linux/drm_direct_submission.inl"
#include "helpers/hw_cmds.h"
#include "shared/source/direct_submission/direct_submission_hw.inl"
#include "shared/source/direct_submission/dispatchers/blitter_dispatcher.inl"
#include "shared/source/direct_submission/dispatchers/render_dispatcher.inl"
#include "shared/source/direct_submission/linux/drm_direct_submission.inl"
#include "shared/source/helpers/hw_cmds.h"
namespace NEO {
template class BlitterDispatcher<ICLFamily>;

View File

@@ -5,9 +5,9 @@
*
*/
#include "command_stream/csr_definitions.h"
#include "helpers/pipeline_select_helper.h"
#include "helpers/preamble_bdw_plus.inl"
#include "shared/source/command_stream/csr_definitions.h"
#include "shared/source/helpers/pipeline_select_helper.h"
#include "shared/source/helpers/preamble_bdw_plus.inl"
#include "reg_configs_common.h"

View File

@@ -5,8 +5,8 @@
*
*/
#include "command_stream/preemption.h"
#include "command_stream/preemption.inl"
#include "shared/source/command_stream/preemption.h"
#include "shared/source/command_stream/preemption.inl"
namespace NEO {

View File

@@ -5,11 +5,11 @@
*
*/
#include "direct_submission/direct_submission_hw.inl"
#include "direct_submission/dispatchers/blitter_dispatcher.inl"
#include "direct_submission/dispatchers/render_dispatcher.inl"
#include "direct_submission/windows/wddm_direct_submission.inl"
#include "helpers/hw_cmds.h"
#include "shared/source/direct_submission/direct_submission_hw.inl"
#include "shared/source/direct_submission/dispatchers/blitter_dispatcher.inl"
#include "shared/source/direct_submission/dispatchers/render_dispatcher.inl"
#include "shared/source/direct_submission/windows/wddm_direct_submission.inl"
#include "shared/source/helpers/hw_cmds.h"
namespace NEO {
template class BlitterDispatcher<ICLFamily>;

View File

@@ -5,10 +5,10 @@
*
*/
#include "command_container/command_encoder.h"
#include "command_container/command_encoder.inl"
#include "command_container/command_encoder_base.inl"
#include "gen12lp/hw_cmds_base.h"
#include "shared/source/command_container/command_encoder.h"
#include "shared/source/command_container/command_encoder.inl"
#include "shared/source/command_container/command_encoder_base.inl"
#include "shared/source/gen12lp/hw_cmds_base.h"
#include "opencl/source/gen12lp/reg_configs.h"
namespace NEO {

View File

@@ -5,8 +5,8 @@
*
*/
#include "gen12lp/hw_cmds.h"
#include "helpers/hw_helper.h"
#include "shared/source/gen12lp/hw_cmds.h"
#include "shared/source/helpers/hw_helper.h"
namespace NEO {

Some files were not shown because too many files have changed in this diff Show More