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

fix: ggml: fix vulkan-shaders-gen build #10448

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 25, 2024

  1. fix: ggml: fix vulkan-shaders-gen build

    The vulkan-shaders-gen target was not being built correctly
    in case of cross-compilation.
    Other outputs need to be built for the cross compile target,
    but vulkan-shaders-gen needs to be built for the host.
    sparkleholic committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    bf43351 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. refactor: ggml: Improve vulkan-shaders-gen toolchain setup

    - Add GGML_SHADERS_GEN_TOOLCHAIN CMake option.
    - Auto-detect host toolchain if not set.
    sparkleholic committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b43028f View commit details
    Browse the repository at this point in the history