Skip to content

Commit bd1a411

Browse files
handling kernel calls on host synchronize event (#32)
1 parent dd44cfb commit bd1a411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/ze_tracer/ze_kernel_collector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,7 @@ class ZeKernelCollector {
12461246
reinterpret_cast<ZeKernelCollector*>(global_data);
12471247
PTI_ASSERT(collector != nullptr);
12481248
collector->ProcessCall("EventHostSynchronize", *(params->phEvent));
1249+
collector->ProcessCalls("EventHostSynchronize");
12491250
}
12501251
}
12511252

0 commit comments

Comments
 (0)