mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Add absolute path to include
Change-Id: Ib0782b4ab8d9a26ec358ecfb57721f4fe8d51b06
This commit is contained in:
@ -5,13 +5,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "accelerators/intel_accelerator.h"
|
||||
#include "opencl/source/accelerators/intel_accelerator.h"
|
||||
|
||||
#include "core/helpers/get_info.h"
|
||||
#include "core/helpers/string.h"
|
||||
|
||||
#include "context/context.h"
|
||||
#include "helpers/get_info_status_mapper.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
#include "opencl/source/helpers/get_info_status_mapper.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "api/cl_types.h"
|
||||
#include "helpers/base_object.h"
|
||||
#include "opencl/source/api/cl_types.h"
|
||||
#include "opencl/source/helpers/base_object.h"
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// cl_intel_accelerator Class Stuff
|
||||
|
@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "accelerators/intel_motion_estimation.h"
|
||||
#include "opencl/source/accelerators/intel_motion_estimation.h"
|
||||
|
||||
namespace NEO {
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "accelerators/intel_accelerator.h"
|
||||
#include "opencl/source/accelerators/intel_accelerator.h"
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// VmeAccelerator Class Stuff
|
||||
|
Reference in New Issue
Block a user