mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
feature: skip Events from previous append in in-order CL path
Related-To: NEO-7966 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
808ff8c2e4
commit
fb7fff7442
@@ -205,6 +205,8 @@ struct Event : _ze_event_handle_t {
|
||||
this->metricStreamer = metricStreamer;
|
||||
}
|
||||
void enableInOrderExecMode(const NEO::TimestampPacketContainer &inOrderSyncNodes);
|
||||
bool isInOrderExecEvent() const { return inOrderExecEvent; }
|
||||
const NEO::TimestampPacketContainer *getInOrderTimestampPacket() const { return inOrderTimestampPacket.get(); }
|
||||
|
||||
protected:
|
||||
Event(EventPool *eventPool, int index, Device *device) : device(device), eventPool(eventPool), index(index) {}
|
||||
|
||||
Reference in New Issue
Block a user