Skip to content

Commit

Permalink
fix: missing replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienBalianSonos committed Feb 13, 2024
1 parent 1b38f3e commit c758594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/ops/math/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bin_to_super_type!(add, Add,
* c_inv_scale) as i32 + c_qp.zp_scale().0 as i32).clamp_cast());
Ok(c)
} else {
Mul.generic_eval(a, b, c_dt)
Add.generic_eval(a, b, c_dt)
}
},
linalg: Add,
Expand Down

0 comments on commit c758594

Please sign in to comment.