Remove debug flag ForceMultiEngineQueue

Change-Id: Iabf38999a03be3422c25c12978808731df77a899
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2019-02-26 17:52:31 +01:00
committed by sys_ocldev
parent fbcdee4cf4
commit 10a25e405a
11 changed files with 69 additions and 19 deletions

View File

@@ -17,6 +17,7 @@ namespace OCLRT {
class MockCommandQueue : public CommandQueue {
public:
using CommandQueue::device;
using CommandQueue::engine;
using CommandQueue::multiEngineQueue;
using CommandQueue::obtainNewTimestampPacketNodes;
using CommandQueue::requiresCacheFlushAfterWalker;