Add multiEngine field to command queue with debug variable to override it.

Change-Id: I3c1e424a7ad545e166e178d1726595e6d9502ca7
This commit is contained in:
Mrozek, Michal
2019-02-12 10:35:22 +01:00
committed by sys_ocldev
parent fbb84476ef
commit 0e7fd2ffed
6 changed files with 28 additions and 0 deletions

View File

@@ -71,6 +71,10 @@ CommandQueue::CommandQueue(Context *context, Device *deviceId, const cl_queue_pr
}
processProperties(properties);
if (DebugManager.flags.ForceMultiEngineQueue.get() > -1) {
this->multiEngineQueue = DebugManager.flags.ForceMultiEngineQueue.get();
}
}
CommandQueue::~CommandQueue() {