compute-runtime/shared/test/common/libult/os_interface.cpp

17 lines
274 B
C++

/*
* Copyright (C) 2018-2021 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 NEO