mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Remove debug flag ForceMultiEngineQueue
Change-Id: Iabf38999a03be3422c25c12978808731df77a899 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
fbcdee4cf4
commit
10a25e405a
@ -74,10 +74,6 @@ 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