From bf2d051a2aa2a50f928d2be77f2bd6293d28ad58 Mon Sep 17 00:00:00 2001 From: Nilaykumar Patel Date: Thu, 27 Feb 2025 13:48:17 +0530 Subject: [PATCH] Update halo_gather.cpp --- .../device/kernels/dataflow/halo_gather.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ttnn/cpp/ttnn/operations/data_movement/untilize_with_halo_v2/device/kernels/dataflow/halo_gather.cpp b/ttnn/cpp/ttnn/operations/data_movement/untilize_with_halo_v2/device/kernels/dataflow/halo_gather.cpp index 4b908b943db..2694b501791 100644 --- a/ttnn/cpp/ttnn/operations/data_movement/untilize_with_halo_v2/device/kernels/dataflow/halo_gather.cpp +++ b/ttnn/cpp/ttnn/operations/data_movement/untilize_with_halo_v2/device/kernels/dataflow/halo_gather.cpp @@ -57,8 +57,6 @@ void copy_sticks_async( // even entries and odd entries are processed on separate cores. uint16_t read_offset = enable_split_reader ? 6 : 3; - // If split reader is enabled and this instance is a reader, set the start index to 3 - // to read all odd indexed entries if constexpr (enable_split_reader) { // read odd entries for remote_config and even entries for local_config on the reader core and other way // around for other core.