Files
compute-runtime/runtime/dll/linux/os_interface.cpp

14 lines
227 B
C++
Raw Normal View History

/*
* Copyright (C) 2018 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/os_interface/linux/os_interface.h"
namespace OCLRT {
bool OSInterface::osEnableLocalMemory = false;
} // namespace OCLRT