Skip to content

Commit 13cc3be

Browse files
pwilkinggerganov
andauthored
Update ggml/src/ggml-cpu/unary-ops.cpp
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent bd19026 commit 13cc3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cpu/unary-ops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ static inline float op_log(float x) {
7474
}
7575

7676
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) {
77+
static inline void vec_unary_op(const Op & op, int64_t n, dst_t * y, const src0_t * x) {
7878
constexpr auto src0_to_f32 = type_conversion_table<src0_t>::to_f32;
7979
constexpr auto f32_to_dst = type_conversion_table<dst_t >::from_f32;
8080

0 commit comments

Comments
 (0)