Files
compute-runtime/shared/source/dll/windows/os_interface.cpp
Kamil Kopryk fe0c857f1a Cleanup includes 5/n
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
2022-07-28 11:33:01 +02:00

15 lines
228 B
C++

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