ggerganov / ggml

Tensor library for machine learning
MIT License
10.93k stars 1k forks source link

vulkan: fix compilation with GGML_VULKAN_DEBUG=ON #948

Closed smeso closed 3 weeks ago

smeso commented 3 weeks ago

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.