Move DebugSettingsManager to core

- pass registry path in constructor

Change-Id: I2a121da2c9483a0df088989feea490a638c63016
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2019-12-13 16:48:57 +01:00
committed by sys_ocldev
parent 43db1bffed
commit f0a6f6b057
94 changed files with 163 additions and 116 deletions

View File

@@ -7,8 +7,8 @@
#include "runtime/helpers/device_helpers.h"
#include "core/debug_settings/debug_settings_manager.h"
#include "core/helpers/hw_info.h"
#include "runtime/os_interface/debug_settings_manager.h"
namespace NEO {
void DeviceHelper::getExtraDeviceInfo(const HardwareInfo &hwInfo, cl_device_info paramName, cl_uint &param, const void *&src, size_t &size, size_t &retSize) {}

View File

@@ -6,6 +6,7 @@
*/
#include "core/command_stream/preemption.h"
#include "core/debug_settings/debug_settings_manager.h"
#include "core/helpers/address_patch.h"
#include "core/helpers/aligned_memory.h"
#include "core/helpers/basic_math.h"
@@ -16,7 +17,6 @@
#include "runtime/command_stream/csr_definitions.h"
#include "runtime/helpers/dispatch_info.h"
#include "runtime/kernel/kernel.h"
#include "runtime/os_interface/debug_settings_manager.h"
#include "runtime/program/block_kernel_manager.h"
#include <cstring>