Add absolute path to include

Change-Id: Ib0782b4ab8d9a26ec358ecfb57721f4fe8d51b06
This commit is contained in:
kamdiedrich
2020-02-22 22:50:57 +01:00
committed by sys_ocldev
parent a48b50c554
commit d015d3633f
1377 changed files with 5386 additions and 5464 deletions

View File

@@ -5,12 +5,11 @@
*
*/
#include "event/async_events_handler.h"
#include "opencl/source/event/async_events_handler.h"
#include "core/helpers/timestamp_packet.h"
#include "core/os_interface/os_thread.h"
#include "event/event.h"
#include "opencl/source/event/event.h"
#include <iterator>

View File

@@ -5,7 +5,7 @@
*
*/
#include "event/event.h"
#include "opencl/source/event/event.h"
#include "core/command_stream/command_stream_receiver.h"
#include "core/device/device.h"
@@ -16,17 +16,16 @@
#include "core/utilities/range.h"
#include "core/utilities/stackvec.h"
#include "core/utilities/tag_allocator.h"
#include "api/cl_types.h"
#include "command_queue/command_queue.h"
#include "context/context.h"
#include "event/async_events_handler.h"
#include "event/event_tracker.h"
#include "extensions/public/cl_ext_private.h"
#include "helpers/get_info_status_mapper.h"
#include "helpers/hardware_commands_helper.h"
#include "mem_obj/mem_obj.h"
#include "platform/platform.h"
#include "opencl/source/api/cl_types.h"
#include "opencl/source/command_queue/command_queue.h"
#include "opencl/source/context/context.h"
#include "opencl/source/event/async_events_handler.h"
#include "opencl/source/event/event_tracker.h"
#include "opencl/source/extensions/public/cl_ext_private.h"
#include "opencl/source/helpers/get_info_status_mapper.h"
#include "opencl/source/helpers/hardware_commands_helper.h"
#include "opencl/source/mem_obj/mem_obj.h"
#include "opencl/source/platform/platform.h"
#define OCLRT_NUM_TIMESTAMP_BITS (32)

View File

@@ -11,12 +11,11 @@
#include "core/utilities/arrayref.h"
#include "core/utilities/idlist.h"
#include "core/utilities/iflist.h"
#include "api/cl_types.h"
#include "event/hw_timestamps.h"
#include "helpers/base_object.h"
#include "helpers/task_information.h"
#include "os_interface/performance_counters.h"
#include "opencl/source/api/cl_types.h"
#include "opencl/source/event/hw_timestamps.h"
#include "opencl/source/helpers/base_object.h"
#include "opencl/source/helpers/task_information.h"
#include "opencl/source/os_interface/performance_counters.h"
#include <atomic>
#include <cstdint>

View File

@@ -5,14 +5,13 @@
*
*/
#include "event/event_builder.h"
#include "opencl/source/event/event_builder.h"
#include "core/helpers/debug_helpers.h"
#include "core/helpers/timestamp_packet.h"
#include "api/cl_types.h"
#include "context/context.h"
#include "event/user_event.h"
#include "opencl/source/api/cl_types.h"
#include "opencl/source/context/context.h"
#include "opencl/source/event/user_event.h"
namespace NEO {
EventBuilder::~EventBuilder() {

View File

@@ -5,10 +5,10 @@
*
*/
#include "event/event_tracker.h"
#include "opencl/source/event/event_tracker.h"
#include "command_queue/command_queue.h"
#include "helpers/cl_helper.h"
#include "opencl/source/command_queue/command_queue.h"
#include "opencl/source/helpers/cl_helper.h"
namespace NEO {

View File

@@ -7,8 +7,7 @@
#pragma once
#include "core/utilities/iflist.h"
#include "event/event.h"
#include "opencl/source/event/event.h"
#include <set>
#include <unordered_map>

View File

@@ -8,8 +8,7 @@
#pragma once
#include "core/memory_manager/graphics_allocation.h"
#include "event/hw_timestamps.h"
#include "opencl/source/event/hw_timestamps.h"
namespace NEO {

View File

@@ -9,9 +9,8 @@
#include "core/command_stream/command_stream_receiver.h"
#include "core/device/device.h"
#include "command_queue/command_queue.h"
#include "context/context.h"
#include "opencl/source/command_queue/command_queue.h"
#include "opencl/source/context/context.h"
namespace NEO {