mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Feature(OCL) Use tag nodes for root device synchronization
With this commit events created on multi root device contexts will synchronize using signaled TagNodes instead of using taskCounts. Signed-off-by: Maciej Plewka <maciej.plewka@intel.com> Related-To: NEO-7105
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
6fac234655
commit
547d1c37b3
@@ -248,6 +248,7 @@ class MockCommandQueueHw : public CommandQueueHw<GfxFamily> {
|
||||
using BaseClass::latestSentEnqueueType;
|
||||
using BaseClass::obtainCommandStream;
|
||||
using BaseClass::obtainNewTimestampPacketNodes;
|
||||
using BaseClass::processDispatchForKernels;
|
||||
using BaseClass::requiresCacheFlushAfterWalker;
|
||||
using BaseClass::throttle;
|
||||
using BaseClass::timestampPacketContainer;
|
||||
|
||||
Reference in New Issue
Block a user