Skip to content

Commit

Permalink
#7560: Fix FD noc api to set multicast_path_reserve when mcasting
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-aho committed Jul 30, 2024
1 parent 679038c commit 91ef8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tt_metal/impl/dispatch/kernels/cq_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void cq_noc_async_write_init_state(uint32_t src_addr, uint64_t dst_addr, uint32_
}
DEBUG_STATUS("NSID");

constexpr bool multicast_path_reserve = false;
constexpr bool multicast_path_reserve = mcast;
constexpr bool posted = false;
constexpr bool linked = false;
constexpr uint32_t vc = mcast ? NOC_MULTICAST_WRITE_VC : NOC_UNICAST_WRITE_VC;
Expand Down

0 comments on commit 91ef8ee

Please sign in to comment.