]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
vulkan: fix compilation with GGML_VULKAN_DEBUG=ON (#948)
authorSalvatore Mesoraca <redacted>
Fri, 6 Sep 2024 12:34:33 +0000 (14:34 +0200)
committerGitHub <redacted>
Fri, 6 Sep 2024 12:34:33 +0000 (14:34 +0200)
commit10e83a412717c20d57ba19f025248e18e43addf3
treefba57333013553424f34b1c43a697e1ef8b087ca
parent25cda628c9f1663679dc5bfa78cedba1156345bf
vulkan: fix compilation with GGML_VULKAN_DEBUG=ON (#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>
src/ggml-vulkan.cpp