Skip to content

Commit

Permalink
post-rebase API change
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed May 15, 2024
1 parent da86bc9 commit 0b99c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linalg/src/frame/mmm/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ where
crate::setup_test_logger();
unsafe {
let op = MatMatMulImpl::<K, TI>::default();
let b = b.clone().into_shape(&[k, 1]).unwrap();
let b = b.clone().into_shape(tvec![k, 1]).unwrap();
let packed_b = op.b_pack().pack_tensor(&b, 0, 1).unwrap();
let packed_a = op.a_pack().pack_tensor(a, 1, 0).unwrap();

Expand Down

0 comments on commit 0b99c70

Please sign in to comment.