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.