16 lines
308 B
C++
16 lines
308 B
C++
![]() |
/*
|
||
|
* Copyright (C) 2019 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
#include "core/debug_settings/debug_settings_manager.h"
|
||
|
#include "runtime/os_interface/ocl_reg_path.h"
|
||
|
|
||
|
using namespace std;
|
||
|
|
||
|
namespace NEO {
|
||
|
DebugSettingsManager<globalDebugFunctionalityLevel> DebugManager(oclRegPath);
|
||
|
}
|