]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan: Fix a vulkan-shaders-gen arugment parsing error (#10484)
authorJunil Kim <redacted>
Tue, 26 Nov 2024 01:47:20 +0000 (10:47 +0900)
committerGitHub <redacted>
Tue, 26 Nov 2024 01:47:20 +0000 (01:47 +0000)
commit0eb4e12beebabae46d37b78742f4c5d4dbe52dc1
tree75665df3e3a8a13826866d1d611c801bfec466fb
parent0cc63754b831d3a6c37bc5d721d12ce9540ffe76
vulkan: Fix a vulkan-shaders-gen arugment parsing error (#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