compute-runtime/shared/source/debug_settings/definitions/translate_debug_settings.h

20 lines
275 B
C++

/*
* Copyright (C) 2019-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace NEO {
struct DebugVariables;
inline void translateDebugSettingsBase(DebugVariables &) {
}
void translateDebugSettings(DebugVariables &);
} // namespace NEO