mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
Add absolute include paths
Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "command_stream/command_stream_receiver.h"
|
||||
#include "memory_manager/surface.h"
|
||||
#include "utilities/spinlock.h"
|
||||
#include "shared/source/command_stream/command_stream_receiver.h"
|
||||
#include "shared/source/memory_manager/surface.h"
|
||||
#include "shared/source/utilities/spinlock.h"
|
||||
#include "opencl/source/command_queue/command_queue.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
#include "opencl/source/device/cl_device.h"
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "gtpin_helpers.h"
|
||||
|
||||
#include "memory_manager/memory_manager.h"
|
||||
#include "shared/source/memory_manager/memory_manager.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
#include "opencl/source/helpers/validators.h"
|
||||
#include "opencl/source/mem_obj/buffer.h"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "helpers/hw_cmds.h"
|
||||
#include "shared/source/helpers/hw_cmds.h"
|
||||
|
||||
namespace NEO {
|
||||
class Kernel;
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "helpers/hw_cmds.h"
|
||||
#include "helpers/string.h"
|
||||
#include "shared/source/helpers/hw_cmds.h"
|
||||
#include "shared/source/helpers/string.h"
|
||||
#include "opencl/source/gtpin/gtpin_hw_helper.h"
|
||||
#include "opencl/source/kernel/kernel.h"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "gtpin_init.h"
|
||||
|
||||
#include "device/device.h"
|
||||
#include "shared/source/device/device.h"
|
||||
#include "opencl/source/device/device_info.h"
|
||||
#include "opencl/source/platform/platform.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user