compute-runtime/shared/source/debug_settings/windows/debug_variables_helper.cpp

17 lines
241 B
C++

/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/debug_settings/debug_variables_helper.h"
namespace NEO {
bool isDebugKeysReadEnabled() {
return false;
}
} // namespace NEO