From 91074c7e32730fecdd18ef691915559efccf7c2f Mon Sep 17 00:00:00 2001 From: yxf-dev-ops Date: Thu, 24 Oct 2024 02:44:25 +0000 Subject: [PATCH] !535 fix special basic compile error Merge pull request !535 from yxf-dev-ops/test_fix --- impl/matmul/matmul_impl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/impl/matmul/matmul_impl.h b/impl/matmul/matmul_impl.h index 09d44c62..24e89bbc 100644 --- a/impl/matmul/matmul_impl.h +++ b/impl/matmul/matmul_impl.h @@ -7939,6 +7939,7 @@ __aicore__ inline void MatmulImpl bias; for (int k = 0; k < var.kIter_; k++) { // start reduce K axis var.baseUseK_ = ToMatmulConfig(MM_CFG).basicK; // Disassemble into main tail block. constexpr uint16_t blockUseK = ToMatmulConfig(MM_CFG).basicK / c0Size_; @@ -7958,7 +7959,6 @@ __aicore__ inline void MatmulImpl bias; if constexpr (A_TYPE::layout == LayoutMode::NONE || ToMatmulConfig(MM_CFG).batchMode == BatchMode::SINGLE_LARGE_THAN_L1) { bias = var.qidBias_.template DeQue(); @@ -7966,16 +7966,16 @@ __aicore__ inline void MatmulImpl