Skip to content

Commit

Permalink
Update + Add missing .rst and doctree includes
Browse files Browse the repository at this point in the history
  • Loading branch information
kmabeeTT committed Jan 22, 2025
1 parent 501e1a8 commit 86caa0f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
LoadTrace
=========

.. doxygenfunction:: tt::tt_metal::v0::LoadTrace
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ CommandQueue
ReplayTrace
ReleaseTrace
EnqueueTrace
LoadTrace
LightMetalBeginCapture
LightMetalEndCapture
Finish
Synchronize
2 changes: 1 addition & 1 deletion tt_metal/api/tt-metalium/host_api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ LightMetalBinary LightMetalEndCapture();

// clang-format off
/**
* Load an existing trace descriptor onto a particular device and command queue and assign it a unique trace id.
* Load an existing trace descriptor onto a particular device and command queue and assign it as user-provided trace id. Useful for Light Metal Binary replay.
*
* Return value: void
*
Expand Down

0 comments on commit 86caa0f

Please sign in to comment.