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