Control enabling of local memory based on OS and HW Capabilities

Change-Id: Ia26c856aeef27fe638b7a6e895cc289859f3c579
This commit is contained in:
Kowalczuk, Jakub
2018-10-12 15:20:02 +02:00
committed by sys_ocldev
parent 7319023b0f
commit 8ead8f727f
12 changed files with 54 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ class Device : public BaseObject<_cl_device_id> {
std::string deviceExtensions;
std::string name;
bool getEnabled64kbPages();
bool getEnableLocalMemory();
bool isSourceLevelDebuggerActive() const;
SourceLevelDebugger *getSourceLevelDebugger() { return executionEnvironment->sourceLevelDebugger.get(); }
ExecutionEnvironment *getExecutionEnvironment() const { return executionEnvironment; }