From be898a9c8dbf8979523cf569c0b6fbfacffa668d Mon Sep 17 00:00:00 2001 From: Ouadie EL FAROUKI Date: Thu, 29 Feb 2024 12:55:18 +0000 Subject: [PATCH] updated gemm template for joint matrix case --- src/operations/blas3/gemm_local.hpp | 4 ++-- src/operations/blas3/gemm_local_joint_matrix.hpp | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/operations/blas3/gemm_local.hpp b/src/operations/blas3/gemm_local.hpp index 6bb0c6629..d39681346 100644 --- a/src/operations/blas3/gemm_local.hpp +++ b/src/operations/blas3/gemm_local.hpp @@ -113,7 +113,7 @@ class Gemm + bool SymmA, bool SymmB, typename element_t, typename element_out_t, + bool is_beta_zero, int VectorSize> class Gemm(gemm_memory_t::local), static_cast(gemm_algorithm_t::standard), static_cast(gemm_vectorization_t::none), VectorSize,