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 7e1f6b0 commit 8c68cf4
Show file tree
Hide file tree
Showing 9 changed files with 2,046 additions and 1,963 deletions.
576 changes: 4 additions & 572 deletions src/layer/riscv/innerproduct_riscv.cpp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/layer/riscv/innerproduct_riscv.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class InnerProduct_riscv : public InnerProduct
virtual int forward(const Mat& bottom_blob, Mat& top_blob, const Option& opt) const;

protected:
#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 8c68cf4

Please sign in to comment.