Skip to content

Commit

Permalink
Update halo_gather.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nkpatel-tt authored Feb 27, 2025
1 parent 2f0a5c5 commit bf2d051
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bf2d051

Please sign in to comment.