From 5509f743187f69624fc617faeefc82c175d33e57 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Mon, 2 Oct 2023 09:01:45 -0400 Subject: [PATCH] Minor cleanup. --- ggml-vulkan.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ggml-vulkan.cpp b/ggml-vulkan.cpp index 74dd0f00f..f770a2d0c 100644 --- a/ggml-vulkan.cpp +++ b/ggml-vulkan.cpp @@ -939,7 +939,6 @@ void ggml_vk_mul_mat_q4_x(const std::vector& spirv, uint32_t block_siz s_algo->setPushConstants({pushConsts}); s_algo->updateDescriptors(s_kompute_context->pool.get()); } - seq.record({out}); seq.record(s_algo); } @@ -951,7 +950,6 @@ void ggml_vk_mul_mat_q4_0(Args&&... args) { ggml_vk_mul_mat_q4_x(spirv, 1/*We access blocks unaligned*/, std::forward(args)...); } -// FIXME: This could be improved like was done in q4_0 version but needs testing... template void ggml_vk_mul_mat_q4_1(Args&&... args) { const static auto spirv = getSpirvShader(kp::shader_data::op_mul_mat_q4_1_comp_spv,