Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ggml : add AVX512DQ requirement for AVX512 builds #9622

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

EZForever
Copy link
Contributor

#9532 introduces references to _mm512_inserti32x8, intrinsic for AVX512DQ instruction VINSERTI32X8, while the current CMakeLists.txt only specifies AVX512F and AVX512BW instruction sets. Thus, explicit AVX512 builds will fail with a "target specific option mismatch" error (example).

This PR adds AVX512DQ as a build requirement. AVX512BW and AVX512DQ instruction sets are always implemented together according to my crude research, so this should not introduce any compatibility problem.

@ggerganov ggerganov merged commit 70392f1 into ggerganov:master Sep 24, 2024
53 checks passed
dsx1986 pushed a commit to dsx1986/llama.cpp that referenced this pull request Oct 29, 2024
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Nov 15, 2024
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants