]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vulkan : remove unused portability_enumeration_ext variable (#15679)
authorDaniel Bevenius <redacted>
Sun, 31 Aug 2025 06:46:42 +0000 (08:46 +0200)
committerGitHub <redacted>
Sun, 31 Aug 2025 06:46:42 +0000 (08:46 +0200)
commit5c16b9c87d840e4d5d55fa83c732c6b693346f40
tree78cba506625995820373d155d6c9a4d8f577ec07
parentb97c9edc59d4a1b4069991aa670411190f4f3a3e
vulkan : remove unused portability_enumeration_ext variable (#15679)

This commit removes the portability_enumeration_ext variable from the
ggml_vk_instance_portability_enumeration_ext_available function as it
is initialized to false but never modified, making it redundant.
ggml/src/ggml-vulkan/ggml-vulkan.cpp