Skip to content

Commit 27ce7b1

Browse files
committed
remove debug logging
Signed-off-by: Molly Sophia <[email protected]>
1 parent 4316578 commit 27ce7b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/layer/arm/gemm_fp16s_amx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ static void transpose_pack_A_tile_fp32_to_fp16_amx(const Mat& A, Mat& AT, int i,
249249
static void pack_B_tile_fp32_to_fp16_amx(const Mat& B, Mat& BT, int j, int max_jj, int k, int max_kk)
250250
{
251251
const size_t B_hstep = B.dims == 3 ? B.cstep : (size_t)B.w;
252-
NCNN_LOGE("pack_B_tile_fp32_to_fp16_amx");
252+
// NCNN_LOGE("pack_B_tile_fp32_to_fp16_amx");
253253

254254
unsigned short* pp = BT;
255255

@@ -861,7 +861,7 @@ static void pack_B_tile_fp32_to_fp16_amx(const Mat& B, Mat& BT, int j, int max_j
861861
static void transpose_pack_B_tile_fp32_to_fp16_amx(const Mat& B, Mat& BT, int j, int max_jj, int k, int max_kk)
862862
{
863863
const size_t B_hstep = B.dims == 3 ? B.cstep : (size_t)B.w;
864-
NCNN_LOGE("transpose_pack_B_tile_fp32_to_fp16_amx");
864+
// NCNN_LOGE("transpose_pack_B_tile_fp32_to_fp16_amx");
865865

866866
unsigned short* pp = BT;
867867

0 commit comments

Comments
 (0)