From f2d2a6d51b58bf80dc81c575c4c5d7fb9bf2c065 Mon Sep 17 00:00:00 2001 From: nihui Date: Fri, 2 Jul 2021 22:29:50 +0800 Subject: [PATCH] drop fprintf --- src/layer/riscv/convolution_3x3_pack1ton.h | 1 - src/layer/riscv/convolution_3x3_pack1ton_fp16s.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/layer/riscv/convolution_3x3_pack1ton.h b/src/layer/riscv/convolution_3x3_pack1ton.h index 52c859882..bb123ef89 100644 --- a/src/layer/riscv/convolution_3x3_pack1ton.h +++ b/src/layer/riscv/convolution_3x3_pack1ton.h @@ -289,7 +289,6 @@ static void conv3x3s1_pack1ton_rvv(const Mat& bottom_blob, Mat& top_blob, const static void conv3x3s2_pack1ton_rvv(const Mat& bottom_blob, Mat& top_blob, const Mat& kernel, const Mat& _bias, const Option& opt) { - fprintf(stderr, "conv3x3s2_pack1ton_rvv\n"); const int packn = csrr_vlenb() / 4; const word_type vl = vsetvl_e32m1(packn); diff --git a/src/layer/riscv/convolution_3x3_pack1ton_fp16s.h b/src/layer/riscv/convolution_3x3_pack1ton_fp16s.h index 1c65295a6..e25c7d090 100644 --- a/src/layer/riscv/convolution_3x3_pack1ton_fp16s.h +++ b/src/layer/riscv/convolution_3x3_pack1ton_fp16s.h @@ -289,7 +289,6 @@ static void conv3x3s1_pack1ton_fp16sa_rvv(const Mat& bottom_blob, Mat& top_blob, static void conv3x3s2_pack1ton_fp16sa_rvv(const Mat& bottom_blob, Mat& top_blob, const Mat& kernel, const Mat& _bias, const Option& opt) { - fprintf(stderr, "conv3x3s2_pack1ton_fp16sa_rvv\n"); const int packn = csrr_vlenb() / 2; const word_type vl = vsetvl_e16m1(packn);