Skip to content

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 ggml-org: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