Skip to content

Commit 2d0b7f9

Browse files
authored
[PTI-LIB] Fix submit/append time for immediate command list op (#790)
Signed-off-by: Julia Fedorova <julia.fedorova@intel.com>
1 parent 4d3aa3f commit 2d0b7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/levelzero/ze_collector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,7 @@ class ZeCollector {
19951995

19961996
PTI_ASSERT(signal_event != nullptr);
19971997
command->tid = thread_local_pid_tid_info.tid;
1998-
uint64_t host_timestamp = ze_instance_data.start_time_host;
1998+
uint64_t host_timestamp = ze_instance_data.timestamp_host;
19991999
command->append_time = host_timestamp;
20002000
command->device_timer_frequency_ = device_descriptors_[command->device].device_timer_frequency;
20012001
command->device_timer_mask_ = device_descriptors_[command->device].device_timer_mask;

0 commit comments

Comments
 (0)