mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
- Enable local memory in 32 bit scenarios. Change-Id: I091570a3d0aa6043febf2721480196425e058978 Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
17 lines
273 B
C++
17 lines
273 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;
|
|
|
|
} // namespace NEO
|