2018-10-30 11:31:08 +01:00
|
|
|
/*
|
2021-04-23 14:30:04 +00:00
|
|
|
* Copyright (C) 2018-2021 Intel Corporation
|
2018-10-30 11:31:08 +01:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2021-05-21 01:17:57 +02:00
|
|
|
#include "shared/source/os_interface/os_interface.h"
|
2018-10-30 11:31:08 +01:00
|
|
|
|
2020-03-16 16:58:04 +01:00
|
|
|
#include "shared/source/gmm_helper/gmm_interface.h"
|
|
|
|
|
|
2019-03-26 11:59:46 +01:00
|
|
|
namespace NEO {
|
2018-10-30 11:31:08 +01:00
|
|
|
|
2019-07-01 16:22:53 +02:00
|
|
|
bool OSInterface::osEnableLocalMemory = true;
|
2018-10-30 11:31:08 +01:00
|
|
|
|
2020-03-16 16:58:04 +01:00
|
|
|
} // namespace NEO
|