Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PaytonWebber authored Dec 25, 2024
1 parent ed54dfe commit 25c651a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tensor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ impl Tensor {
for j in 0..p {
let mut sum = 0.0_f32;
for k in 0..n {
// Compute the indices:
let a_val = a_data[i * n + k];
let b_val = b_data[k * p + j];
sum += a_val * b_val;
Expand Down

0 comments on commit 25c651a

Please sign in to comment.