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

CUDA compile on Windows with machine AVX512 CPU, compiled exe / dll cannot run on non AVX512 computer. #2554

Open
stephenyeong opened this issue Nov 12, 2024 · 0 comments

Comments

@stephenyeong
Copy link

Software environment Windows 11 + VS2019 + CUDA toolkit 12.6,

EXE / dll compiled by that computer cannot run on a new computer.
Faulting module name: ggml.dll, version: 0.0.0.0, time stamp: 0x6733b72f
Exception code: 0xc000001d

Finally, I make a workable build by modifing ggml\src\ggml.vcxproj with search and replaced all "/arch:AVX512" with "/arch:AVX2".

Is there any parameter to disable AVX512 ?

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

No branches or pull requests

1 participant