]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Fri, 5 Sep 2025 09:54:08 +0000 (12:54 +0300)
commitd58ab2404fbb59128b1d6563f85d0b997b7feb54
tree9fb588ca10b3d3ba61987f11b70025434ee89685
parent4d0ed4f00f19d736296991ce6cbc20ca7dcb9f32
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.
src/ggml-vulkan/ggml-vulkan.cpp