Browse Source

drop fprintf

tags/20210720
nihui 5 years ago
parent
commit
f2d2a6d51b
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      src/layer/riscv/convolution_3x3_pack1ton.h
  2. +0
    -1
      src/layer/riscv/convolution_3x3_pack1ton_fp16s.h

+ 0
- 1
src/layer/riscv/convolution_3x3_pack1ton.h View File

@@ -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);



+ 0
- 1
src/layer/riscv/convolution_3x3_pack1ton_fp16s.h View File

@@ -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);



Loading…
Cancel
Save