/* * 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