From 719bcd48f085461d43d6868865d98c167649199f Mon Sep 17 00:00:00 2001 From: pgorlani Date: Tue, 24 Oct 2023 11:49:12 +0100 Subject: [PATCH] Fix joint_matrix guard --- src/operations/blas3/gemm_local_joint_matrix.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/operations/blas3/gemm_local_joint_matrix.hpp b/src/operations/blas3/gemm_local_joint_matrix.hpp index 6200a4324..664eed416 100644 --- a/src/operations/blas3/gemm_local_joint_matrix.hpp +++ b/src/operations/blas3/gemm_local_joint_matrix.hpp @@ -25,6 +25,8 @@ #ifndef PORTBLAS_BLAS3_LOCAL_GEMM_JOINT_MATRIX_HPP #define PORTBLAS_BLAS3_LOCAL_GEMM_JOINT_MATRIX_HPP +#ifdef SB_ENABLE_JOINT_MATRIX + #include "gemm_common.hpp" #include "gemm_load_store_joint_matrix.hpp" @@ -66,7 +68,6 @@ namespace blas { * @tparam UseJointMatrix boolean parameter to decide whether to use * joint_matrix or not */ -#ifdef SB_ENABLE_JOINT_MATRIX template