mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 18:37:46 +08:00
15 lines
297 B
C++
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
|