Skip to content

Commit dc05154

Browse files
authored
missed prototype update in merge
1 parent 2b74648 commit dc05154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/include/ggml.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ extern "C" {
349349
GGML_API ggml_bf16_t ggml_fp32_to_bf16(float);
350350
GGML_API float ggml_bf16_to_fp32(ggml_bf16_t); // consider just doing << 16
351351
GGML_API void ggml_bf16_to_fp32_row(const ggml_bf16_t *, float *, int64_t);
352-
GGML_API void ggml_fp32_to_bf16_row_reference(const float *, ggml_bf16_t *, int64_t);
352+
GGML_API void ggml_fp32_to_bf16_row_ref(const float *, ggml_bf16_t *, int64_t);
353353
GGML_API void ggml_fp32_to_bf16_row(const float *, ggml_bf16_t *, int64_t);
354354

355355
struct ggml_object;

0 commit comments

Comments
 (0)