2020-05-27 16:46:33 +08:00
|
|
|
/*
|
2021-05-17 02:51:16 +08:00
|
|
|
* Copyright (C) 2021 Intel Corporation
|
2020-05-27 16:46:33 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "shared/source/debug_settings/debug_settings_manager.h"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
DebugSettingsManager<globalDebugFunctionalityLevel> DebugManager("");
|
|
|
|
}
|