]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
vulkan: fix compilation with GGML_VULKAN_DEBUG=ON (ggml/948)
authorSalvatore Mesoraca <redacted>
Fri, 6 Sep 2024 12:34:33 +0000 (14:34 +0200)
committerGeorgi Gerganov <redacted>
Tue, 24 Sep 2024 16:45:08 +0000 (19:45 +0300)
commit09149ee0aef0a2ddb99107bf8d3dc2891c6a82de
treef391de0741968fb7babe9f745415fdc4d35580e0
parent6b7f37dd5c324530e431649ac35f25a0bb694fc2
vulkan: fix compilation with GGML_VULKAN_DEBUG=ON (ggml/948)

the old code was trying to print a non-existent field (size)
and the struct as a whole (which doesn't have a operator<<
override defined).
Probably a typo happened during refactoring.

Signed-off-by: Salvatore Mesoraca <redacted>
ggml/src/ggml-vulkan.cpp