2018-10-30 18:31:08 +08:00
|
|
|
/*
|
2020-01-21 22:24:52 +08:00
|
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
2018-10-30 18:31:08 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-24 01:46:50 +08:00
|
|
|
#include "os_interface/os_interface.h"
|
2018-10-30 18:31:08 +08:00
|
|
|
|
2020-02-24 01:46:50 +08:00
|
|
|
#include "memory_manager/memory_constants.h"
|
2019-06-13 19:42:17 +08:00
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
namespace NEO {
|
2018-10-30 18:31:08 +08:00
|
|
|
|
2019-11-28 21:23:32 +08:00
|
|
|
bool OSInterface::osEnableLocalMemory = true;
|
2018-10-30 18:31:08 +08:00
|
|
|
|
2019-06-13 19:42:17 +08:00
|
|
|
} // namespace NEO
|