mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
Related-To: NEO-3677 Change-Id: Ia89ba93eefbb2921ef7d64bde7ed4114a0c78e0d Signed-off-by: Jobczyk, Lukasz <lukasz.jobczyk@intel.com>
17 lines
284 B
C++
17 lines
284 B
C++
/*
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/os_interface/os_interface.h"
|
|
|
|
#include "core/memory_manager/memory_constants.h"
|
|
|
|
namespace NEO {
|
|
|
|
bool OSInterface::osEnableLocalMemory = true && is64bit;
|
|
|
|
} // namespace NEO
|