mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
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:
committed by
Compute-Runtime-Automation
parent
0b4ea8d2eb
commit
6e8cabdce5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user