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 1039a16 commit 6022bf4Copy full SHA for 6022bf4
ggml-impl.h
@@ -207,6 +207,7 @@ static inline ggml_fp16_t ggml_compute_fp32_to_fp16(float f) {
207
#endif // __ARM_NEON
208
209
// precomputed f32 table for f16 (256 KB)
210
+// defined in ggml.c, initialized in ggml_init()
211
extern float table_f32_f16[1 << 16];
212
213
// On ARM NEON, it's quicker to directly convert x -> x instead of calling into ggml_lookup_fp16_to_fp32,
0 commit comments