Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jjwilke committed Nov 7, 2023
1 parent d44d8ad commit 1aedbdf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/cunumeric/matrix/batched_cholesky_template.inl
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ struct BatchedCholeskyImpl {

if (shape.empty()) return;

// TODO: we need some sort of check here on the strides
// This should be a dense thing.

int num_blocks = 1;
for (int i = 0; i < (DIM - 2); ++i) { num_blocks *= (shape.hi[i] - shape.lo[i] + 1); }

Expand Down

0 comments on commit 1aedbdf

Please sign in to comment.