]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
vulkan : remove unused portability_enumeration_ext variable (llama/15679)
authorDaniel Bevenius <redacted>
Sun, 31 Aug 2025 06:46:42 +0000 (08:46 +0200)
committerGeorgi Gerganov <redacted>
Sat, 20 Sep 2025 10:42:45 +0000 (13:42 +0300)
commitb092e95aaa2743c5e7331a540b6850275fbaba6c
treebc32787b288d8d1e2a4fbc1405c0ea31e5beb89e
parent20ce6fcf6a40954bf52d275ec3e3e8648df148e1
vulkan : remove unused portability_enumeration_ext variable (llama/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