Files
compute-runtime/shared/test/common/libult/os_interface.cpp
Mateusz Jablonski 36194c4e7d refactor: correct variable namings
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2023-11-29 23:49:03 +01:00

21 lines
336 B
C++

/*
* Copyright (C) 2018-2023 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/os_interface/os_interface.h"
#include "shared/source/helpers/constants.h"
namespace NEO {
bool OSInterface::osEnableLocalMemory = true;
namespace Directory {
bool returnEmptyFilesVector = false;
}
} // namespace NEO