whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

The project cannot be run, an error was reported when running the make stream command

Open liu199811 opened this issue 2 years ago • 5 comments

In file included from /usr/lib/gcc/x86_64-linux-gnu/11/include/immintrin.h:99, from ggml.c:189: ggml.c: In function ‘ggml_vec_dot_q4_0_q8_0’: /usr/lib/gcc/x86_64-linux-gnu/11/include/fmaintrin.h:63:1: error: inlining failed in call to ‘always_inline’ ‘_mm256_fmadd_ps’: target specific option mismatch 63 | _mm256_fmadd_ps (__m256 __A, __m256 __B, __m256 __C) | ^~~~~~~~~~~~~~~ ggml.c:2262:15: note: called from here

liu199811 avatar Jun 06 '23 04:06 liu199811