mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Improve HardwareContextController creation
Change-Id: Iba929a2b4fcd993b38dd674be578aad0a481e8de Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
e721f7c08c
commit
f24b428cf7
@@ -184,7 +184,7 @@ class MemoryManager {
|
||||
}
|
||||
|
||||
OsContext *createAndRegisterOsContext(CommandStreamReceiver *commandStreamReceiver, EngineInstanceT engineType,
|
||||
uint32_t numSupportedDevices, PreemptionMode preemptionMode);
|
||||
uint32_t deviceBitfiled, PreemptionMode preemptionMode);
|
||||
uint32_t getRegisteredEnginesCount() const { return static_cast<uint32_t>(registeredEngines.size()); }
|
||||
CommandStreamReceiver *getDefaultCommandStreamReceiver(uint32_t deviceId) const;
|
||||
EngineControlContainer &getRegisteredEngines();
|
||||
|
||||
Reference in New Issue
Block a user