Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Aug 26, 2024
1 parent 49a3194 commit 7e1f6b0
Show file tree
Hide file tree
Showing 10 changed files with 1,363 additions and 1,281 deletions.
520 changes: 4 additions & 516 deletions src/layer/riscv/convolutiondepthwise_riscv.cpp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/layer/riscv/convolutiondepthwise_riscv.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class ConvolutionDepthWise_riscv : public ConvolutionDepthWise

protected:
int create_group_ops(const Option& opt);
#if __riscv_vector && __riscv_zvfh
#if NCNN_ZVFH
int create_pipeline_fp16s(const Option& opt);
int forward_fp16s(const Mat& bottom_blob, Mat& top_blob, const Option& opt) const;
int forward_fp16sa(const Mat& bottom_blob, Mat& top_blob, const Option& opt) const;
Expand Down
Loading

0 comments on commit 7e1f6b0

Please sign in to comment.