mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 04:12:57 +08:00
Change-Id: I6d4f955adfecccc8c33ffa7a6c36605ccf5ab7a4 Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com>
13 lines
240 B
C++
13 lines
240 B
C++
/*
|
|
* Copyright (C) 2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/debug_settings/debug_settings_manager.h"
|
|
|
|
namespace NEO {
|
|
DebugSettingsManager<globalDebugFunctionalityLevel> DebugManager("");
|
|
}
|