Skip to content

Commit

Permalink
Remove unneccessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Xewar313 committed Dec 3, 2024
1 parent 2318a46 commit 4cfb110
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,12 +200,6 @@ class csr_eq_distribution {
std::copy(piece_start, piece_start + last_row - first_row - 1,
res.begin() + first_row + k * shape_[0] + 1);
}
// for (auto j = first_row; j < last_row; j++) {
// res[j + k * shape_[0]] +=
// gathered_res_host[vals_width * current_offset + k * row_size
// +
// j - first_row];
// }
current_offset += row_sizes_[i];
}
}
Expand Down

0 comments on commit 4cfb110

Please sign in to comment.