We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b74648 commit dc05154Copy full SHA for dc05154
ggml/include/ggml.h
@@ -349,7 +349,7 @@ extern "C" {
349
GGML_API ggml_bf16_t ggml_fp32_to_bf16(float);
350
GGML_API float ggml_bf16_to_fp32(ggml_bf16_t); // consider just doing << 16
351
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);
+ GGML_API void ggml_fp32_to_bf16_row_ref(const float *, ggml_bf16_t *, int64_t);
353
GGML_API void ggml_fp32_to_bf16_row(const float *, ggml_bf16_t *, int64_t);
354
355
struct ggml_object;
0 commit comments