mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
feature: skip not needed event waits in in-order mode
Related-To: NEO-7966 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0461af492d
commit
b4733dedb7
@@ -227,6 +227,7 @@ struct Event : _ze_event_handle_t {
|
||||
return &referenceTs;
|
||||
}
|
||||
void setReferenceTs(uint64_t currentCpuTimeStamp);
|
||||
const CommandQueue *getLatestUsedCmdQueue() const { return latestUsedCmdQueue; }
|
||||
bool hasKerneMappedTsCapability = false;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user