Change core inlcudes

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

View File

@@ -7,8 +7,8 @@
#include "opencl/source/device_queue/device_queue.h"
#include "core/helpers/hw_helper.h"
#include "core/memory_manager/memory_manager.h"
#include "helpers/hw_helper.h"
#include "memory_manager/memory_manager.h"
#include "opencl/source/context/context.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/device_queue/device_queue_hw.h"

View File

@@ -6,9 +6,9 @@
*/
#pragma once
#include "core/helpers/hw_info.h"
#include "core/indirect_heap/indirect_heap.h"
#include "core/memory_manager/graphics_allocation.h"
#include "helpers/hw_info.h"
#include "indirect_heap/indirect_heap.h"
#include "memory_manager/graphics_allocation.h"
#include "opencl/source/api/cl_types.h"
#include "opencl/source/execution_model/device_enqueue.h"
#include "opencl/source/helpers/base_object.h"

View File

@@ -6,10 +6,10 @@
*/
#pragma once
#include "core/command_stream/linear_stream.h"
#include "core/helpers/hw_cmds.h"
#include "core/helpers/ptr_math.h"
#include "core/indirect_heap/indirect_heap.h"
#include "command_stream/linear_stream.h"
#include "helpers/hw_cmds.h"
#include "helpers/ptr_math.h"
#include "indirect_heap/indirect_heap.h"
#include "opencl/source/device_queue/device_queue.h"
#include "opencl/source/kernel/kernel.h"
#include "opencl/source/program/program.h"

View File

@@ -6,11 +6,11 @@
*/
#pragma once
#include "core/helpers/hw_helper.h"
#include "core/helpers/preamble.h"
#include "core/helpers/string.h"
#include "core/memory_manager/memory_manager.h"
#include "core/utilities/tag_allocator.h"
#include "helpers/hw_helper.h"
#include "helpers/preamble.h"
#include "helpers/string.h"
#include "memory_manager/memory_manager.h"
#include "utilities/tag_allocator.h"
#include "opencl/source/command_queue/gpgpu_walker.h"
#include "opencl/source/device_queue/device_queue_hw.h"
#include "opencl/source/helpers/hardware_commands_helper.h"