mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
Change core inlcudes
Change-Id: Iaec903af420f0a92f7d86e484c83300fb9c531ad Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
#include "opencl/source/event/async_events_handler.h"
|
||||
|
||||
#include "core/helpers/timestamp_packet.h"
|
||||
#include "core/os_interface/os_thread.h"
|
||||
#include "helpers/timestamp_packet.h"
|
||||
#include "os_interface/os_thread.h"
|
||||
#include "opencl/source/event/event.h"
|
||||
|
||||
#include <iterator>
|
||||
|
||||
@@ -7,15 +7,15 @@
|
||||
|
||||
#include "opencl/source/event/event.h"
|
||||
|
||||
#include "core/command_stream/command_stream_receiver.h"
|
||||
#include "core/device/device.h"
|
||||
#include "core/helpers/aligned_memory.h"
|
||||
#include "core/helpers/get_info.h"
|
||||
#include "core/helpers/timestamp_packet.h"
|
||||
#include "core/memory_manager/internal_allocation_storage.h"
|
||||
#include "core/utilities/range.h"
|
||||
#include "core/utilities/stackvec.h"
|
||||
#include "core/utilities/tag_allocator.h"
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "device/device.h"
|
||||
#include "helpers/aligned_memory.h"
|
||||
#include "helpers/get_info.h"
|
||||
#include "helpers/timestamp_packet.h"
|
||||
#include "memory_manager/internal_allocation_storage.h"
|
||||
#include "utilities/range.h"
|
||||
#include "utilities/stackvec.h"
|
||||
#include "utilities/tag_allocator.h"
|
||||
#include "opencl/source/api/cl_types.h"
|
||||
#include "opencl/source/command_queue/command_queue.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
|
||||
@@ -6,11 +6,11 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "core/helpers/flush_stamp.h"
|
||||
#include "core/os_interface/os_time.h"
|
||||
#include "core/utilities/arrayref.h"
|
||||
#include "core/utilities/idlist.h"
|
||||
#include "core/utilities/iflist.h"
|
||||
#include "helpers/flush_stamp.h"
|
||||
#include "os_interface/os_time.h"
|
||||
#include "utilities/arrayref.h"
|
||||
#include "utilities/idlist.h"
|
||||
#include "utilities/iflist.h"
|
||||
#include "opencl/source/api/cl_types.h"
|
||||
#include "opencl/source/event/hw_timestamps.h"
|
||||
#include "opencl/source/helpers/base_object.h"
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
#include "opencl/source/event/event_builder.h"
|
||||
|
||||
#include "core/helpers/debug_helpers.h"
|
||||
#include "core/helpers/timestamp_packet.h"
|
||||
#include "helpers/debug_helpers.h"
|
||||
#include "helpers/timestamp_packet.h"
|
||||
#include "opencl/source/api/cl_types.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
#include "opencl/source/event/user_event.h"
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "core/utilities/arrayref.h"
|
||||
#include "core/utilities/stackvec.h"
|
||||
#include "utilities/arrayref.h"
|
||||
#include "utilities/stackvec.h"
|
||||
|
||||
#include "CL/cl.h"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "core/utilities/iflist.h"
|
||||
#include "utilities/iflist.h"
|
||||
#include "opencl/source/event/event.h"
|
||||
|
||||
#include <set>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "core/memory_manager/graphics_allocation.h"
|
||||
#include "memory_manager/graphics_allocation.h"
|
||||
|
||||
#include <cinttypes>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "core/memory_manager/graphics_allocation.h"
|
||||
#include "memory_manager/graphics_allocation.h"
|
||||
#include "opencl/source/event/hw_timestamps.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
|
||||
#include "user_event.h"
|
||||
|
||||
#include "core/command_stream/command_stream_receiver.h"
|
||||
#include "core/device/device.h"
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "device/device.h"
|
||||
#include "opencl/source/command_queue/command_queue.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user