mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
feature(ocl) use tags to synchronize multi root device events
Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a27834ff7d
commit
fa4830036a
@@ -33,6 +33,7 @@ struct HardwareInterfaceWalkerArgs {
|
||||
size_t localWorkSizes[3] = {};
|
||||
TagNodeBase *hwTimeStamps = nullptr;
|
||||
TagNodeBase *hwPerfCounter = nullptr;
|
||||
TagNodeBase *multiRootDeviceEventStamp = nullptr;
|
||||
TimestampPacketDependencies *timestampPacketDependencies = nullptr;
|
||||
TimestampPacketContainer *currentTimestampPacketNodes = nullptr;
|
||||
const Vec3<size_t> *numberOfWorkgroups = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user