mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Change-Id: I8118c27494023536db8a4c0a44c7fa67a7942776 Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
17 lines
287 B
C++
17 lines
287 B
C++
/*
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/os_interface/os_interface.h"
|
|
|
|
#include "runtime/memory_manager/memory_constants.h"
|
|
|
|
namespace NEO {
|
|
|
|
bool OSInterface::osEnableLocalMemory = true && is64bit;
|
|
|
|
} // namespace NEO
|