Skip to content

Commit 4cfb110

Browse files
committed
Remove unneccessary comment
1 parent 2318a46 commit 4cfb110

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/dr/mp/containers/matrix_formats/csr_eq_distribution.hpp

-6
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,6 @@ class csr_eq_distribution {
200200
std::copy(piece_start, piece_start + last_row - first_row - 1,
201201
res.begin() + first_row + k * shape_[0] + 1);
202202
}
203-
// for (auto j = first_row; j < last_row; j++) {
204-
// res[j + k * shape_[0]] +=
205-
// gathered_res_host[vals_width * current_offset + k * row_size
206-
// +
207-
// j - first_row];
208-
// }
209203
current_offset += row_sizes_[i];
210204
}
211205
}

0 commit comments

Comments
 (0)