Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrady-tt committed Mar 5, 2025
1 parent 71a7de3 commit 5d3f02b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tt_metal/tools/profiler/noc_event_profiler.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ FORCE_INLINE void recordMulticastNocEvent(

ev_md.noc_xfer_type = noc_event_type;
ev_md.num_bytes = std::min(std::numeric_limits<std::uint32_t>::max(), num_bytes);

ev_md.noc_vc = vc;
ev_md.noc_type =
(noc == 1) ? KernelProfilerNocEventMetadata::NocType::NOC_1 : KernelProfilerNocEventMetadata::NocType::NOC_0;
Expand Down

0 comments on commit 5d3f02b

Please sign in to comment.