]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: don't use std::string in load_shaders, to improve compile time (#15724)
authorJeff Bolz <redacted>
Wed, 3 Sep 2025 18:33:15 +0000 (13:33 -0500)
committerGitHub <redacted>
Wed, 3 Sep 2025 18:33:15 +0000 (20:33 +0200)
commit0fce7a1248b74148c1eb0d368b7e18e8bcb96809
tree74f681efb50d5124064c5a46250774b9449cf43a
parent8227695d7a3e5b357cb37fad263f00a8ca6db710
vulkan: don't use std::string in load_shaders, to improve compile time (#15724)

* vulkan: don't use std::string in load_shaders, to improve compile time

* keep the string version for those calls that use it
ggml/src/ggml-vulkan/ggml-vulkan.cpp