Skip to content

Vulkan build on Windows cmake broken since commit 172ac826 (PR #5182) #5191

@stduhpf

Description

@stduhpf

Trying to Build using cmake on windows :

> cmake .. -DBUILD_SHARED_LIBS=OFF -DLLAMA_VULKAN=ON -G "Visual Studio 17 2022" -A x64
> cmake --build . --config Release

The compilation breaks when building ggml-vulkan.cpp, somehow the compiler can't find vulkan.hpp

I'm confused because the compilation works fine on 0cc4m's original PR branch, using the exact same commands; on the same machine.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions