mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 17:29:14 +08:00
14 lines
220 B
C++
14 lines
220 B
C++
|
|
/*
|
||
|
|
* Copyright (C) 2018 Intel Corporation
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: MIT
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "runtime/os_interface/os_interface.h"
|
||
|
|
|
||
|
|
namespace OCLRT {
|
||
|
|
|
||
|
|
bool OSInterface::osEnableLocalMemory = true;
|
||
|
|
|
||
|
|
} // namespace OCLRT
|