We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd19026 commit 13cc3beCopy full SHA for 13cc3be
ggml/src/ggml-cpu/unary-ops.cpp
@@ -74,7 +74,7 @@ static inline float op_log(float x) {
74
}
75
76
template <typename Op, typename src0_t, typename dst_t>
77
-static inline void vec_unary_op(const Op& op, int64_t n, dst_t * y, const src0_t * x) {
+static inline void vec_unary_op(const Op & op, int64_t n, dst_t * y, const src0_t * x) {
78
constexpr auto src0_to_f32 = type_conversion_table<src0_t>::to_f32;
79
constexpr auto f32_to_dst = type_conversion_table<dst_t >::from_f32;
80
0 commit comments