Files
compute-runtime/unit_tests/libult/os_interface.cpp
Mateusz Hoppe 0fa5ceea37 Disable LocalMemory in ULTs in 32 bit
Change-Id: I8118c27494023536db8a4c0a44c7fa67a7942776
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
2019-06-19 09:56:37 +02:00

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