Skip to content

Commit 6ee6a46

Browse files
vtsymbal zetracer fence (#40)
* adding kernel handlng on synchronize fence * adding kernel handling on synchronize fence
1 parent 132e274 commit 6ee6a46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.49.18
1+
0.49.19

tools/ze_tracer/ze_kernel_collector.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,6 +1259,7 @@ class ZeKernelCollector {
12591259
reinterpret_cast<ZeKernelCollector*>(global_data);
12601260
PTI_ASSERT(collector != nullptr);
12611261
collector->ProcessCall("FenceHostSynchronize", *(params->phFence));
1262+
collector->ProcessCalls("FenceHostSynchronize");
12621263
}
12631264
}
12641265

0 commit comments

Comments
 (0)