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
Linux compile failed.Error"ggml/src/ggml-aarch64.c:46:54 implicit declaration of function ‘_mm256_set_m128i’; did you mean ‘_mm256_set_epi8’? [-Werror=implicit-function-declaration]"
#2503
Open
SummerAnna opened this issue
Oct 23, 2024
· 1 comment
the compiled error:
In file included from /usr/lib/gcc/x86_64-linux-gnu/7.3.0/include/immintrin.h:45:0,
from ggml/src/ggml-cpu-impl.h:426,
from ggml/src/ggml-aarch64.c:10:
/usr/lib/gcc/x86_64-linux-gnu/7.3.0/include/avx512fintrin.h:12514:1: need type‘__m256i {or __vector(4) long long int}’,but act type is ‘int’
Is the gcc version isn't match?
The text was updated successfully, but these errors were encountered:
os:Linux
gcc-version:7.3.0
the compiled error:
In file included from /usr/lib/gcc/x86_64-linux-gnu/7.3.0/include/immintrin.h:45:0,
from ggml/src/ggml-cpu-impl.h:426,
from ggml/src/ggml-aarch64.c:10:
/usr/lib/gcc/x86_64-linux-gnu/7.3.0/include/avx512fintrin.h:12514:1: need type‘__m256i {or __vector(4) long long int}’,but act type is ‘int’
Is the gcc version isn't match?
The text was updated successfully, but these errors were encountered: