Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Sep 26, 2023
1 parent 8df3488 commit ff5657e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/ops/einsum/codegen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,5 @@ fn lir_mat_mul_unary(
.context("Creating LirMatMulUnary")?;
let output = patch.wire_node(name, lir, &[pa, pb])?[0];
patch.shunt_outside(model, node.id.into(), output)?;
dbg!(&patch);
Ok(Some(patch))
}

0 comments on commit ff5657e

Please sign in to comment.