mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
Additionally, adding flag to override gdi Change-Id: I52759aa8c5f1149a34167429289d3f3876cdcb92
17 lines
311 B
C++
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
|