Files
compute-runtime/runtime/dll/linux/os_interface.cpp
Milczarek, Slawomir 5fb7b11049 Enable local memory on Linux by default
Related-To: NEO-2687

Change-Id: I0a208e0ccd2946f1cc07dcfb36a9e9e071bb40bb
2019-07-02 14:39:24 +02:00

14 lines
227 B
C++

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