Files
compute-runtime/runtime/dll/windows/os_interface.cpp
Hoppe, Mateusz 3a5209ccf4 Disable osEnableLocalMemory on 32 bits
Change-Id: Id405a57064d17293ede48f82992ab1bde4f3b9ce
2019-01-28 08:18:51 +01:00

15 lines
297 B
C++

/*
* Copyright (C) 2018-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/memory_manager/memory_constants.h"
#include "runtime/os_interface/windows/os_interface.h"
namespace OCLRT {
bool OSInterface::osEnableLocalMemory = true && is64bit;
} // namespace OCLRT