From 92e37a5d2d30b105a09a0c8ef2179b69657423e0 Mon Sep 17 00:00:00 2001 From: Almeet Bhullar Date: Fri, 27 Sep 2024 22:09:11 +0000 Subject: [PATCH] #0: remove unused DISPATCH_MESAGE_REMOTE_SENDER_ADDR from dispatch address map --- tt_metal/impl/dispatch/dispatch_address_map.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tt_metal/impl/dispatch/dispatch_address_map.hpp b/tt_metal/impl/dispatch/dispatch_address_map.hpp index b5208008e8c..e7566281925 100644 --- a/tt_metal/impl/dispatch/dispatch_address_map.hpp +++ b/tt_metal/impl/dispatch/dispatch_address_map.hpp @@ -24,9 +24,8 @@ constexpr static uint32_t CQ1_COMPLETION_LAST_EVENT = CQ0_COMPLETION_LAST_EVENT // Dispatch message address constexpr static std::uint32_t DISPATCH_MESSAGE_ADDR = CQ1_COMPLETION_LAST_EVENT + L1_ALIGNMENT; constexpr static std::uint32_t DISPATCH_MESSAGE_ADDR_RESERVATION = 32; -constexpr static std::uint64_t DISPATCH_MESSAGE_REMOTE_SENDER_ADDR = DISPATCH_MESSAGE_ADDR + DISPATCH_MESSAGE_ADDR_RESERVATION; -constexpr static std::uint32_t DISPATCH_L1_UNRESERVED_BASE = (((DISPATCH_MESSAGE_REMOTE_SENDER_ADDR + DISPATCH_MESSAGE_ADDR_RESERVATION) - 1) | (PCIE_ALIGNMENT - 1)) + 1; +constexpr static std::uint32_t DISPATCH_L1_UNRESERVED_BASE = (((DISPATCH_MESSAGE_ADDR + DISPATCH_MESSAGE_ADDR_RESERVATION) - 1) | (PCIE_ALIGNMENT - 1)) + 1; // Host addresses in hugepage for dispatch static constexpr uint32_t HOST_CQ_ISSUE_READ_PTR = 0; // Used by host