Skip to content

Commit

Permalink
#0: add comment about deprecating
Browse files Browse the repository at this point in the history
  • Loading branch information
cfjchu committed Feb 7, 2025
1 parent 77872c1 commit eb5e550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tt_metal/api/tt-metalium/mesh_device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ class MeshDevice : public IDevice, public std::enable_shared_from_this<MeshDevic
// Trace APIs
void begin_trace(const uint8_t cq_id, const uint32_t tid) override;
void end_trace(const uint8_t cq_id, const uint32_t tid) override;

// TODO: `block_on_worker_thread` can be removed once we remove multi-threaded async dispatch
void replay_trace(
const uint8_t cq_id,
const uint32_t tid,
Expand Down

0 comments on commit eb5e550

Please sign in to comment.