mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 01:48:50 +08:00
Add multiEngine field to command queue with debug variable to override it.
Change-Id: I3c1e424a7ad545e166e178d1726595e6d9502ca7
This commit is contained in:
committed by
sys_ocldev
parent
fbb84476ef
commit
0e7fd2ffed
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user