You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't build for a CPU without AVX/AVX2, most probably after 2d5db48
Environment: Linux, Arch, AMD Athlon 64 X2 (please stop laughing), make LLAMA_OPENBLAS=1 (doesn't matter).
ggml.c: In function ‘ggml_vec_dot_q4_1_q8_1’:
ggml.c:2484:37: error: incompatible type for argument 1 of ‘ggml_lookup_fp16_to_fp32’
2484 | sumf += (GGML_FP16_TO_FP32(x[i]).d*y[i].d)*sumi + GGML_FP16_TO_FP32(x[i].m)*y[i].s;
| ~^~~
| |
| block_q4_1
ggml.c:358:55: note: in definition of macro ‘GGML_FP16_TO_FP32’
358 | #define GGML_FP16_TO_FP32(x) ggml_lookup_fp16_to_fp32(x)
| ^
ggml.c:352:58: note: expected ‘ggml_fp16_t’ {aka ‘short unsigned int’} but argument is of type ‘block_q4_1’
352 | inline static float ggml_lookup_fp16_to_fp32(ggml_fp16_t f) {
| ~~~~~~~~~~~~^
make: *** [Makefile:186: ggml.o] Error 1
The text was updated successfully, but these errors were encountered:
Can't build for a CPU without AVX/AVX2, most probably after 2d5db48
Environment: Linux, Arch, AMD Athlon 64 X2 (please stop laughing), make LLAMA_OPENBLAS=1 (doesn't matter).
The text was updated successfully, but these errors were encountered: