Skip to content

Commit

Permalink
clip
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Jan 30, 2025
1 parent a70f79f commit bf684ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/ops/einsum/kernel_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ pub fn wire_for_variable_n(
if a_konst.datum_type().is_number() {
let packed_a = kit
.static_packer
.prepare_tensor(&a_konst, op.a_k(), op.a_m())?;
.prepare_tensor(a_konst, op.a_k(), op.a_m())?;
let name = patch.node(a.node).name.clone();
a = patch.add_const(name, tensor0(Opaque::from(packed_a)))?;
}
Expand Down

0 comments on commit bf684ca

Please sign in to comment.