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 build with only AVX instruct detection bug. #276

Open
tomudo opened this issue May 29, 2024 · 1 comment
Open

Cuda build with only AVX instruct detection bug. #276

tomudo opened this issue May 29, 2024 · 1 comment

Comments

@tomudo
Copy link

tomudo commented May 29, 2024

Run and quit immediately. Build on intel 2600k support only AVX.

With -v debug info.

System Info:
    BLAS = 1
    SSE3 = 1
    AVX = 1
    AVX2 = 1
    AVX512 = 0
    AVX512_VBMI = 0
    AVX512_VNNI = 0
    FMA = 1
    NEON = 0
    ARM_FMA = 0
    F16C = 1
    FP16_VA = 0
    WASM_SIMD = 0
    VSX = 0
@tomudo
Copy link
Author

tomudo commented May 29, 2024

from this -> #39 (comment)

edit stable-diffusion.cpp/ggml/src/CMakeLists.txt file by comment all avx2 and build. It will works with my AVX only CPU.

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