compute-runtime/opencl/test/unit_test/libult/os_interface.cpp

17 lines
260 B
C++
Raw Normal View History

/*
* Copyright (C) 2018-2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "os_interface/os_interface.h"
#include "memory_manager/memory_constants.h"
namespace NEO {
bool OSInterface::osEnableLocalMemory = true;
} // namespace NEO