ggml : fix typo in previous commit

pull/228/head
Georgi Gerganov 1 year ago
parent 9a4b7a916e
commit b6597539f9
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -213,7 +213,7 @@ ggml_fp16_t ggml_fp32_to_fp16(float f) {
}
#define GGML_FP16_TO_FP32(x) ggml_fp16_to_fp32(x)
#define GGML_FP32_TO_TP16(x) ggml_fp32_to_fp16(x)
#define GGML_FP32_TO_FP16(x) ggml_fp32_to_fp16(x)
#endif // __F16C__

Loading…
Cancel
Save