mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Add absolute include paths
Change-Id: I67a6919bbbff1d30c7d6cdb257b41c87bad51e7f Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "os_interface/linux/os_interface.h"
|
||||
#include "shared/source/os_interface/linux/os_interface.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user