mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 18:37:46 +08:00
16 lines
272 B
C++
16 lines
272 B
C++
/*
|
|
* Copyright (C) 2019-2025 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/debug_settings/definitions/translate_debug_settings.h"
|
|
|
|
namespace NEO {
|
|
|
|
void translateDebugSettings(DebugVariables &debugVariables) {
|
|
}
|
|
|
|
} // namespace NEO
|