mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 15:03:02 +08:00
- add EnableLocalMemory debug variable - separate OSInterface::osEnableLocalMemory for dll and unit tests Change-Id: I78a1f60364eece28b30ce3e91418e7d72ba3e0d9
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
|