Files
compute-runtime/runtime/os_interface/definitions/translate_debug_settings.cpp
Chodor, Jaroslaw e663d51481 Adding support for debug variables translation
Additionally, adding flag to override gdi

Change-Id: I52759aa8c5f1149a34167429289d3f3876cdcb92
2019-01-19 20:12:41 +01:00

17 lines
311 B
C++

/*
* Copyright (C) 2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/os_interface/definitions/translate_debug_settings.h"
namespace OCLRT {
void translateDebugSettings(DebugVariables &debugVariables) {
translateDebugSettingsBase(debugVariables);
}
} // namespace OCLRT