Files
compute-runtime/unit_tests/libult/os_interface.cpp
Jobczyk, Lukasz a79b682fc2 Move a GfxPartition to the core dir
Related-To: NEO-3677

Change-Id: Ia89ba93eefbb2921ef7d64bde7ed4114a0c78e0d
Signed-off-by: Jobczyk, Lukasz <lukasz.jobczyk@intel.com>
2019-09-04 15:42:25 +02:00

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