2019-12-13 23:48:57 +08:00
|
|
|
/*
|
2020-02-22 16:28:27 +08:00
|
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
2019-12-13 23:48:57 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/debug_settings/debug_settings_manager.h"
|
2020-02-24 17:22:30 +08:00
|
|
|
|
2020-02-23 05:50:57 +08:00
|
|
|
#include "opencl/source/os_interface/ocl_reg_path.h"
|
2019-12-13 23:48:57 +08:00
|
|
|
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
DebugSettingsManager<globalDebugFunctionalityLevel> DebugManager(oclRegPath);
|
|
|
|
}
|