1 /*
2  * Copyright (C) 2018-2021 Intel Corporation
3  *
4  * SPDX-License-Identifier: MIT
5  *
6  */
7 
8 #include "shared/source/os_interface/os_interface.h"
9 
10 #include "shared/source/helpers/constants.h"
11 
12 namespace NEO {
13 
14 bool OSInterface::osEnableLocalMemory = true;
15 
16 } // namespace NEO
17