mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add absolute include paths
Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
|
||||
#include "opencl/source/sharings/unified/enable_unified.h"
|
||||
|
||||
#include "debug_settings/debug_settings_manager.h"
|
||||
#include "shared/source/debug_settings/debug_settings_manager.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
#include "opencl/source/context/context.inl"
|
||||
#include "opencl/source/sharings/sharing_factory.h"
|
||||
|
@ -7,9 +7,9 @@
|
||||
|
||||
#include "unified_buffer.h"
|
||||
|
||||
#include "gmm_helper/gmm.h"
|
||||
#include "helpers/get_info.h"
|
||||
#include "memory_manager/memory_manager.h"
|
||||
#include "shared/source/gmm_helper/gmm.h"
|
||||
#include "shared/source/helpers/get_info.h"
|
||||
#include "shared/source/memory_manager/memory_manager.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
#include "opencl/source/mem_obj/buffer.h"
|
||||
|
||||
|
@ -7,13 +7,13 @@
|
||||
|
||||
#include "unified_image.h"
|
||||
|
||||
#include "execution_environment/execution_environment.h"
|
||||
#include "gmm_helper/gmm.h"
|
||||
#include "gmm_helper/resource_info.h"
|
||||
#include "helpers/get_info.h"
|
||||
#include "helpers/hw_helper.h"
|
||||
#include "memory_manager/graphics_allocation.h"
|
||||
#include "memory_manager/memory_manager.h"
|
||||
#include "shared/source/execution_environment/execution_environment.h"
|
||||
#include "shared/source/gmm_helper/gmm.h"
|
||||
#include "shared/source/gmm_helper/resource_info.h"
|
||||
#include "shared/source/helpers/get_info.h"
|
||||
#include "shared/source/helpers/hw_helper.h"
|
||||
#include "shared/source/memory_manager/graphics_allocation.h"
|
||||
#include "shared/source/memory_manager/memory_manager.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
#include "opencl/source/device/cl_device.h"
|
||||
#include "opencl/source/mem_obj/image.h"
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
#include "opencl/source/sharings/unified/unified_sharing.h"
|
||||
|
||||
#include "helpers/string.h"
|
||||
#include "helpers/timestamp_packet.h"
|
||||
#include "shared/source/helpers/string.h"
|
||||
#include "shared/source/helpers/timestamp_packet.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
#include "opencl/source/sharings/sharing_factory.h"
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "os_interface/os_library.h"
|
||||
#include "shared/source/os_interface/os_library.h"
|
||||
#include "opencl/source/mem_obj/mem_obj.h"
|
||||
#include "opencl/source/sharings/sharing.h"
|
||||
#include "opencl/source/sharings/unified/unified_sharing_types.h"
|
||||
|
Reference in New Issue
Block a user