Split wait for timestamps to queue and event

On PVC both enabled.
On DG2 only for events.

Related-To: NEO-6948

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2022-05-05 14:26:03 +00:00
committed by Compute-Runtime-Automation
parent 0b4ea8d2eb
commit 6e8cabdce5
17 changed files with 129 additions and 31 deletions

View File

@@ -356,6 +356,7 @@ class Event : public BaseObject<_cl_event>, public IDNode<Event> {
static void setExecutionStatusToAbortedDueToGpuHang(cl_event *first, cl_event *last);
bool isWaitForTimestampsEnabled() const;
bool areTimestampsCompleted();
bool currentCmdQVirtualEvent;