Skip to content

Commit

Permalink
#0: Switch all dispatch mcasts to use NOC_DISPATCH_MULTICAST_WRITE_VC
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-aho committed Jul 31, 2024
1 parent 31b2618 commit 6a2359d
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 @@ -124,7 +124,7 @@ void cq_noc_async_write_init_state(uint32_t src_addr, uint64_t dst_addr, uint32_
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;
constexpr uint32_t vc = mcast ? NOC_DISPATCH_MULTICAST_WRITE_VC : NOC_UNICAST_WRITE_VC;

constexpr uint32_t noc_cmd_field =
NOC_CMD_CPY | NOC_CMD_WR |
Expand Down

0 comments on commit 6a2359d

Please sign in to comment.