ggerganov / ggml

Tensor library for machine learning
MIT License
11.28k stars 1.05k forks source link

vulkan: fix compilation with GGML_VULKAN_DEBUG=ON #948

Closed smeso closed 2 months ago

smeso commented 2 months 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.