diff --git a/ggml-vulkan.cpp b/ggml-vulkan.cpp index 15433d544..3c7beedde 100644 --- a/ggml-vulkan.cpp +++ b/ggml-vulkan.cpp @@ -366,9 +366,9 @@ void ggml_vk_abmath(kp::Sequence& seq, seq.record(mgr.algorithm({inA, inB, out}, spirv, {size}, {}, {pushConsts})); } -template +template void ggml_vk_add(Args&&... args) { - return ggml_vk_abmath<'+'>(std::forward(args)...); + return ggml_vk_abmath<'+', with_row>(std::forward(args)...); } template