Skip to content

Commit dd44cfb

Browse files
Revert "handling kernel calls on host synchronize event"
This reverts commit 77b6d21.
1 parent 77b6d21 commit dd44cfb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/ze_tracer/ze_kernel_collector.h

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

@@ -1259,7 +1258,6 @@ class ZeKernelCollector {
12591258
reinterpret_cast<ZeKernelCollector*>(global_data);
12601259
PTI_ASSERT(collector != nullptr);
12611260
collector->ProcessCall("FenceHostSynchronize", *(params->phFence));
1262-
collector->ProcessCalls("FenceHostSynchronize");
12631261
}
12641262
}
12651263

0 commit comments

Comments
 (0)