Files
compute-runtime/unit_tests/libult/os_interface.cpp
Michal Mrozek b937b54064 Remove 32 bit code.
- Enable local memory in 32 bit scenarios.

Change-Id: I091570a3d0aa6043febf2721480196425e058978
Signed-off-by: Michal Mrozek <michal.mrozek@intel.com>
2019-11-28 17:50:42 +01:00

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