Files
compute-runtime/runtime/dll/windows/os_interface.cpp
Venevtsev, Igor 54269d9791 Turn on Windows OS support for Local Memory
Change-Id: I83ff6d787d18a621d6213fbe32166d00d3e31ea9
2018-11-30 15:29:39 +01:00

15 lines
229 B
C++

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