]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
vulkan: Fix a vulkan-shaders-gen arugment parsing error (llama/10484)
authorJunil Kim <redacted>
Tue, 26 Nov 2024 01:47:20 +0000 (10:47 +0900)
committerGeorgi Gerganov <redacted>
Sun, 8 Dec 2024 18:14:35 +0000 (20:14 +0200)
commit78dfec6bc56c08171672d0e19bc53e48ad69b967
tree71324f13b046a5c6cc29718680764709f81936a0
parentf6d518fc4cfebb3ecd2db71d705cffbe1331f588
vulkan: Fix a vulkan-shaders-gen arugment parsing error (llama/10484)

The vulkan-shaders-gen was not parsing the --no-clean argument correctly.
Because the previous code was parsing the arguments which have a value only
and the --no-clean argument does not have a value, it was not being parsed
correctly. This commit can now correctly parse arguments that don't have values.
ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp