mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Control enabling of local memory based on OS and HW Capabilities
Change-Id: Ia26c856aeef27fe638b7a6e895cc289859f3c579
This commit is contained in:
committed by
sys_ocldev
parent
7319023b0f
commit
8ead8f727f
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user