Add absolute include paths

Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-02-23 22:44:01 +01:00
parent e072275ae6
commit 7df9945ebe
1446 changed files with 3815 additions and 3815 deletions

View File

@@ -5,7 +5,7 @@
*
*/
#include "helpers/hw_info.h"
#include "shared/source/helpers/hw_info.h"
#include "opencl/source/command_stream/aub_command_stream_receiver.h"
#include "opencl/source/command_stream/command_stream_receiver_with_aub_dump.h"
#include "opencl/source/command_stream/create_command_stream_impl.h"

View File

@@ -5,7 +5,7 @@
*
*/
#include "memory_manager/deferred_deleter.h"
#include "shared/source/memory_manager/deferred_deleter.h"
namespace NEO {
std::unique_ptr<DeferredDeleter> createDeferredDeleter() {

View File

@@ -5,7 +5,7 @@
*
*/
#include "debug_settings/debug_settings_manager.h"
#include "shared/source/debug_settings/debug_settings_manager.h"
#include "opencl/source/os_interface/ocl_reg_path.h"
using namespace std;

View File

@@ -5,10 +5,10 @@
*
*/
#include "debugger/debugger.h"
#include "shared/source/debugger/debugger.h"
#include "built_ins/sip_kernel_type.h"
#include "helpers/hw_info.h"
#include "shared/source/built_ins/sip_kernel_type.h"
#include "shared/source/helpers/hw_info.h"
#include "opencl/source/built_ins/sip.h"
#include "opencl/source/source_level_debugger/source_level_debugger.h"

View File

@@ -5,8 +5,8 @@
*
*/
#include "execution_environment/execution_environment.h"
#include "os_interface/device_factory.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/os_interface/device_factory.h"
#include "opencl/source/command_stream/create_command_stream_impl.h"
namespace NEO {

View File

@@ -5,10 +5,10 @@
*
*/
#include "os_interface/linux/allocator_helper.h"
#include "shared/source/os_interface/linux/allocator_helper.h"
#include "helpers/aligned_memory.h"
#include "helpers/basic_math.h"
#include "shared/source/helpers/aligned_memory.h"
#include "shared/source/helpers/basic_math.h"
namespace NEO {

View File

@@ -5,11 +5,11 @@
*
*/
#include "execution_environment/execution_environment.h"
#include "memory_manager/memory_manager.h"
#include "os_interface/linux/drm_memory_manager.h"
#include "os_interface/linux/os_interface.h"
#include "os_interface/os_interface.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/memory_manager/memory_manager.h"
#include "shared/source/os_interface/linux/drm_memory_manager.h"
#include "shared/source/os_interface/linux/os_interface.h"
#include "shared/source/os_interface/os_interface.h"
namespace NEO {
std::unique_ptr<MemoryManager> MemoryManager::createMemoryManager(ExecutionEnvironment &executionEnvironment) {

View File

@@ -5,15 +5,15 @@
*
*/
#include "debug_settings/debug_settings_manager.h"
#include "execution_environment/execution_environment.h"
#include "execution_environment/root_device_environment.h"
#include "gmm_helper/gmm_helper.h"
#include "helpers/hw_cmds.h"
#include "helpers/hw_helper.h"
#include "helpers/hw_info.h"
#include "os_interface/linux/drm_neo.h"
#include "os_interface/linux/drm_null_device.h"
#include "shared/source/debug_settings/debug_settings_manager.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/execution_environment/root_device_environment.h"
#include "shared/source/gmm_helper/gmm_helper.h"
#include "shared/source/helpers/hw_cmds.h"
#include "shared/source/helpers/hw_helper.h"
#include "shared/source/helpers/hw_info.h"
#include "shared/source/os_interface/linux/drm_neo.h"
#include "shared/source/os_interface/linux/drm_null_device.h"
#include "drm/i915_drm.h"

View File

@@ -5,7 +5,7 @@
*
*/
#include "os_interface/os_library.h"
#include "shared/source/os_interface/os_library.h"
#include "External/Common/GmmLibDllName.h"
#include "igc.opencl.h"

View File

@@ -5,7 +5,7 @@
*
*/
#include "os_interface/linux/os_interface.h"
#include "shared/source/os_interface/linux/os_interface.h"
namespace NEO {

View File

@@ -5,12 +5,12 @@
*
*/
#include "debug_settings/debug_settings_manager.h"
#include "execution_environment/execution_environment.h"
#include "memory_manager/memory_manager.h"
#include "os_interface/os_interface.h"
#include "os_interface/windows/os_interface.h"
#include "os_interface/windows/wddm_memory_manager.h"
#include "shared/source/debug_settings/debug_settings_manager.h"
#include "shared/source/execution_environment/execution_environment.h"
#include "shared/source/memory_manager/memory_manager.h"
#include "shared/source/os_interface/os_interface.h"
#include "shared/source/os_interface/windows/os_interface.h"
#include "shared/source/os_interface/windows/wddm_memory_manager.h"
namespace NEO {
std::unique_ptr<MemoryManager> MemoryManager::createMemoryManager(ExecutionEnvironment &executionEnvironment) {

View File

@@ -7,7 +7,7 @@
#include "opencl/source/os_interface/windows/environment_variables.h"
#include "debug_settings/debug_settings_manager.h"
#include "shared/source/debug_settings/debug_settings_manager.h"
#include <Windows.h>

View File

@@ -5,9 +5,9 @@
*
*/
#include "os_interface/windows/os_interface.h"
#include "shared/source/os_interface/windows/os_interface.h"
#include "memory_manager/memory_constants.h"
#include "shared/source/memory_manager/memory_constants.h"
namespace NEO {
bool OSInterface::osEnableLocalMemory = true;