Skip to content

Commit

Permalink
Update convolution_sgemm_packn_fp16s.h
Browse files Browse the repository at this point in the history
replace vfmacc_vf with vfmacc_vv for better performance
  • Loading branch information
yaobyPerfxlab authored Aug 16, 2021
1 parent 63c1a63 commit a926e61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layer/riscv/convolution_sgemm_packn_fp16s.h
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ static void im2col_sgemm_packn_fp16sa_rvv(const Mat& bottom_im2col, Mat& top_blo
_sum = vfmacc_vv_f16m1(_sum, _val0, _w0, vl);

kptr0 += packn;
#endif
}

vse16_v_f16m1(outptr0, _sum, vl);
Expand Down

0 comments on commit a926e61

Please sign in to comment.