Skip to content

Commit

Permalink
fix: lhs -> rhs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarflakstad committed Aug 30, 2024
1 parent ae33cee commit 22ffc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ratchet-core/src/ops/matmul/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ impl MatmulSpec {
}

pub fn raw_rhs_shape(&self) -> &Shape {
&self.raw_lhs_shape
&self.raw_rhs_shape
}

pub fn lhs_shape(&self) -> &Shape {
Expand Down

0 comments on commit 22ffc4d

Please sign in to comment.