Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Nov 30, 2024
1 parent b49bb82 commit af5cb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/riscv/deconvolutiondepthwise_riscv_zfh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ int DeconvolutionDepthWise_riscv::forward_fp16sa(const Mat& bottom_blob, Mat& to
#if __riscv_zvfh
if (opt.use_packing_layout)
{
int out_elempack = num_output % packn == 0 ? packn : 1;
out_elempack = num_output % packn == 0 ? packn : 1;
}
#endif // __riscv_zvfh
size_t out_elemsize = elemsize / elempack * out_elempack;
Expand Down

0 comments on commit af5cb1b

Please sign in to comment.