Skip to content

Commit

Permalink
Merge pull request #250 from huggingface/fix/matmul-raw-rhs-shape
Browse files Browse the repository at this point in the history
fix: lhs -> rhs typo
  • Loading branch information
FL33TW00D authored Aug 30, 2024
2 parents ae33cee + 22ffc4d commit f3b3cda
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 f3b3cda

Please sign in to comment.