Skip to content

Commit

Permalink
vtsymbal zetracer fence (#40)
Browse files Browse the repository at this point in the history
* adding kernel handlng on synchronize fence

* adding kernel handling on synchronize fence
  • Loading branch information
vladimir-tsymbal authored Dec 13, 2023
1 parent 132e274 commit 6ee6a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.49.18
0.49.19
1 change: 1 addition & 0 deletions tools/ze_tracer/ze_kernel_collector.h
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,7 @@ class ZeKernelCollector {
reinterpret_cast<ZeKernelCollector*>(global_data);
PTI_ASSERT(collector != nullptr);
collector->ProcessCall("FenceHostSynchronize", *(params->phFence));
collector->ProcessCalls("FenceHostSynchronize");
}
}

Expand Down

0 comments on commit 6ee6a46

Please sign in to comment.