Skip to content

Commit

Permalink
spurious dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieupoumeyrolsonos committed Nov 21, 2024
1 parent 2237ac9 commit eed1667
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions linalg/src/frame/mmm/kit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ impl MMMKit {
}

pub(crate) fn with_native(self, mmm: Box<dyn MatMatMul>, packing: usize) -> Self {
dbg!(mmm.packings()[packing].0.same_as(&*self.static_packer));
dbg!(&mmm.packings()[packing].0);
dbg!(&*self.static_packer);
debug_assert!(
mmm.packings()[packing].0.same_as(&*self.static_packer),
"Weight packing mismatch {self:?} {mmm:?}/{packing} {:?}",
Expand Down

0 comments on commit eed1667

Please sign in to comment.