Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Dec 29, 2023
1 parent 47a23f6 commit 6beda59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion candle-metal-kernels/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,10 @@ macro_rules! ops{
}

pub mod unary {
ops!(cos, sin, exp, sqr, sqrt, neg, log, gelu, abs, ceil, floor, round, erf, gelu_erf, tanh, recip);
ops!(
cos, sin, exp, sqr, sqrt, neg, log, gelu, abs, ceil, floor, round, erf, gelu_erf, tanh,
recip
);
}
pub mod binary {
ops!(add, sub, mul, div, min, max, eq, ne, le, lt, ge, gt);
Expand Down

0 comments on commit 6beda59

Please sign in to comment.