Move ClDevice to a separate file

Related-To: NEO-3938

Change-Id: I275b9285b70dac2c9bc52878f6e517e4f3e083b3
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
Filip Hazubski
2020-01-27 13:59:19 +01:00
committed by sys_ocldev
parent b22bfd410c
commit f80480de7f
62 changed files with 304 additions and 236 deletions

View File

@@ -7,7 +7,8 @@
#include "core/compiler_interface/compiler_interface.h"
#include "core/utilities/time_measure_wrapper.h"
#include "runtime/device/device.h"
#include "runtime/device/cl_device.h"
#include "runtime/execution_environment/execution_environment.h"
#include "runtime/gtpin/gtpin_notify.h"
#include "runtime/helpers/validators.h"
#include "runtime/platform/platform.h"

View File

@@ -7,7 +7,8 @@
#include "core/compiler_interface/compiler_interface.h"
#include "core/elf/writer.h"
#include "runtime/device/device.h"
#include "runtime/device/cl_device.h"
#include "runtime/execution_environment/execution_environment.h"
#include "runtime/helpers/validators.h"
#include "runtime/platform/platform.h"
#include "runtime/source_level_debugger/source_level_debugger.h"

View File

@@ -6,8 +6,9 @@
*/
#include "core/debug_settings/debug_settings_manager.h"
#include "core/memory_manager/memory_constants.h"
#include "runtime/context/context.h"
#include "runtime/device/device.h"
#include "runtime/device/cl_device.h"
#include "runtime/helpers/string_helpers.h"
#include "runtime/platform/platform.h"
#include "runtime/program/program.h"

View File

@@ -8,7 +8,7 @@
#include "core/helpers/get_info.h"
#include "runtime/context/context.h"
#include "runtime/device/device.h"
#include "runtime/device/cl_device.h"
#include "runtime/helpers/base_object.h"
#include "runtime/helpers/validators.h"
#include "runtime/program/kernel_info.h"

View File

@@ -10,7 +10,7 @@
#include "core/helpers/hw_cmds.h"
#include "core/helpers/ptr_math.h"
#include "core/helpers/string.h"
#include "runtime/device/device.h"
#include "runtime/device/cl_device.h"
#include "runtime/helpers/dispatch_info.h"
#include "runtime/kernel/kernel.h"
#include "runtime/mem_obj/buffer.h"

View File

@@ -8,7 +8,8 @@
#include "core/compiler_interface/compiler_interface.h"
#include "core/elf/writer.h"
#include "core/utilities/stackvec.h"
#include "runtime/device/device.h"
#include "runtime/device/cl_device.h"
#include "runtime/execution_environment/execution_environment.h"
#include "runtime/helpers/validators.h"
#include "runtime/platform/platform.h"
#include "runtime/program/program.h"

View File

@@ -10,7 +10,7 @@
#include "core/helpers/aligned_memory.h"
#include "core/helpers/ptr_math.h"
#include "core/program/print_formatter.h"
#include "runtime/device/device.h"
#include "runtime/device/cl_device.h"
#include "runtime/helpers/dispatch_info.h"
#include "runtime/kernel/kernel.h"
#include "runtime/mem_obj/buffer.h"

View File

@@ -17,7 +17,7 @@
#include "core/program/program_info_from_patchtokens.h"
#include "core/program/program_initialization.h"
#include "runtime/context/context.h"
#include "runtime/device/device.h"
#include "runtime/device/cl_device.h"
#include "runtime/gtpin/gtpin_notify.h"
#include "runtime/memory_manager/memory_manager.h"
#include "runtime/program/kernel_info.h"

View File

@@ -16,7 +16,7 @@
#include "core/os_interface/os_context.h"
#include "runtime/command_stream/command_stream_receiver.h"
#include "runtime/context/context.h"
#include "runtime/device/device.h"
#include "runtime/device/cl_device.h"
#include "runtime/memory_manager/memory_manager.h"
#include "runtime/platform/platform.h"
#include "runtime/program/block_kernel_manager.h"