]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml: improve SPIR-V headers detection with __has_include (#21918)
authorEmil Askerov <redacted>
Tue, 28 Apr 2026 10:19:06 +0000 (13:19 +0300)
committerGitHub <redacted>
Tue, 28 Apr 2026 10:19:06 +0000 (12:19 +0200)
commit698d19b93c8567a35a7d99c0e1283773569ce234
tree6b20a894380ea73556019f1f70b305d1f7f7bc5b
parent50494a28003d15bb0b9a7a848fd5b6b713f39835
ggml: improve SPIR-V headers detection with __has_include (#21918)

* ggml: improve SPIR-V headers detection with __has_include while preserving original _WIN32 logic

* Address review comments: fix fallback logic and add FreeBSD support

* Remove spirv_cross fallback as per review

* Remove redundant __has_include check
ggml/src/ggml-vulkan/ggml-vulkan.cpp