Turn on Windows OS support for Local Memory

Change-Id: I83ff6d787d18a621d6213fbe32166d00d3e31ea9
This commit is contained in:
Venevtsev, Igor
2018-11-30 10:25:47 +01:00
committed by sys_ocldev
parent 38416a2d83
commit 54269d9791
3 changed files with 17 additions and 3 deletions

View File

@@ -9,6 +9,6 @@
namespace OCLRT {
bool OSInterface::osEnableLocalMemory = false;
bool OSInterface::osEnableLocalMemory = true;
} // namespace OCLRT
} // namespace OCLRT