From 61856c874acd8300b1ed88a3e3693460386223ce Mon Sep 17 00:00:00 2001 From: VirdhatchaniKN Date: Mon, 2 Sep 2024 12:56:28 +0000 Subject: [PATCH] #11838: Change Files --- tt_metal/common/work_split.hpp | 7 +++++-- ttnn/ttnn/core.py | 12 ++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/tt_metal/common/work_split.hpp b/tt_metal/common/work_split.hpp index a947fd9c3b0..5306d3402ec 100644 --- a/tt_metal/common/work_split.hpp +++ b/tt_metal/common/work_split.hpp @@ -13,7 +13,9 @@ #include "tt_metal/common/math.hpp" #include "tt_metal/host_api.hpp" -namespace tt::tt_metal{ +namespace tt { +namespace tt_metal { + inline uint32_t merge_num_sticks_to_read(uint32_t num_sticks_to_read, uint32_t stick_size_bytes, uint32_t max_read_size) { uint32_t total_bytes = num_sticks_to_read * stick_size_bytes; uint32_t new_num_sticks_to_read = num_sticks_to_read; @@ -236,4 +238,5 @@ inline std::tuple