]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
vulkan: don't use std::string in load_shaders, to improve compile time (llama/15724)
authorJeff Bolz <redacted>
Wed, 3 Sep 2025 18:33:15 +0000 (13:33 -0500)
committerGeorgi Gerganov <redacted>
Sat, 20 Sep 2025 10:42:49 +0000 (13:42 +0300)
commit4a702a867cb06ae50c29ab364ba7614ab4f947df
treed6431bcf717fa4b8e2bb0827fb3f7979e1a5c579
parent4144ae10e9b4a97c58f5500d39790f7586e19a43
vulkan: don't use std::string in load_shaders, to improve compile time (llama/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