mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
Change core inlcudes
Change-Id: Iaec903af420f0a92f7d86e484c83300fb9c531ad Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
@@ -5,15 +5,15 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "core/device_binary_format/device_binary_formats.h"
|
||||
#include "core/helpers/aligned_memory.h"
|
||||
#include "core/helpers/debug_helpers.h"
|
||||
#include "core/helpers/ptr_math.h"
|
||||
#include "core/helpers/string.h"
|
||||
#include "core/memory_manager/memory_manager.h"
|
||||
#include "core/memory_manager/unified_memory_manager.h"
|
||||
#include "core/program/program_info.h"
|
||||
#include "core/program/program_initialization.h"
|
||||
#include "device_binary_format/device_binary_formats.h"
|
||||
#include "helpers/aligned_memory.h"
|
||||
#include "helpers/debug_helpers.h"
|
||||
#include "helpers/ptr_math.h"
|
||||
#include "helpers/string.h"
|
||||
#include "memory_manager/memory_manager.h"
|
||||
#include "memory_manager/unified_memory_manager.h"
|
||||
#include "program/program_info.h"
|
||||
#include "program/program_initialization.h"
|
||||
#include "opencl/source/context/context.h"
|
||||
#include "opencl/source/device/cl_device.h"
|
||||
#include "opencl/source/gtpin/gtpin_notify.h"
|
||||
|
||||
Reference in New Issue
Block a user