From 6a2359de2eb29fa7a2355ef2428f4776b62008f0 Mon Sep 17 00:00:00 2001 From: Austin Ho Date: Wed, 31 Jul 2024 16:40:28 +0000 Subject: [PATCH] #0: Switch all dispatch mcasts to use NOC_DISPATCH_MULTICAST_WRITE_VC --- tt_metal/impl/dispatch/kernels/cq_common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tt_metal/impl/dispatch/kernels/cq_common.hpp b/tt_metal/impl/dispatch/kernels/cq_common.hpp index 2512155bdb3d..44d60a0712e3 100644 --- a/tt_metal/impl/dispatch/kernels/cq_common.hpp +++ b/tt_metal/impl/dispatch/kernels/cq_common.hpp @@ -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 |