From b8fe4bd37d783afce6146b1a1a8a14c8aa305116 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Wed, 17 May 2023 21:15:01 +0800 Subject: [PATCH] fixed wrong function call --- ggml-opencl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-opencl.cpp b/ggml-opencl.cpp index ea46c479a..d86e748c2 100644 --- a/ggml-opencl.cpp +++ b/ggml-opencl.cpp @@ -705,7 +705,7 @@ static void ggml_cl_mul_mat_f16(const ggml_tensor * src0, const ggml_tensor * sr // compute cl_event ev_sgemm; - clblast::StatusCode status = (clblast::StatusCode)CLBlastSgemm((CLBlastLayout)clblast::Layout::kColMajor, + clblast::StatusCode status = (clblast::StatusCode)CLBlastHgemm((CLBlastLayout)clblast::Layout::kColMajor, (CLBlastTranspose)clblast::Transpose::kYes, (CLBlastTranspose)clblast::Transpose::kNo, ne01, ne11, ne10, alpha,