From 91ef8eea555f5715a50ab4ee593659396835ecc6 Mon Sep 17 00:00:00 2001 From: Austin Ho Date: Tue, 30 Jul 2024 17:22:36 +0000 Subject: [PATCH] #7560: Fix FD noc api to set multicast_path_reserve when mcasting --- 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 e16c0f1bd487..2512155bdb3d 100644 --- a/tt_metal/impl/dispatch/kernels/cq_common.hpp +++ b/tt_metal/impl/dispatch/kernels/cq_common.hpp @@ -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;