Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix ConvolutionDepthwise allocator not updated #4173

Merged
merged 1 commit into from Aug 26, 2022
Merged

fix ConvolutionDepthwise allocator not updated #4173

merged 1 commit into from Aug 26, 2022

Conversation

w8501
Copy link
Contributor

@w8501 w8501 commented Aug 25, 2022

修复ConvolutionDepthwise代码中,当out_g_elempack < out_elempack时,
opt_g.blob_allocator没有更新而导致的错误结果。

@tencent-adm
Copy link

tencent-adm commented Aug 25, 2022

CLA assistant check
All committers have signed the CLA.

@codecov-commenter
Copy link

codecov-commenter commented Aug 26, 2022

Codecov Report

Merging #4173 (1525579) into master (acbaaa6) will decrease coverage by 3.78%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4173      +/-   ##
==========================================
- Coverage   94.43%   90.65%   -3.79%     
==========================================
  Files         748      439     -309     
  Lines      179004    97976   -81028     
==========================================
- Hits       169046    88817   -80229     
+ Misses       9958     9159     -799     
Impacted Files Coverage Δ
src/layer/arm/convolutiondepthwise_arm.cpp 95.91% <100.00%> (+0.31%) ⬆️
src/layer/x86/convolutiondepthwise_x86.cpp 97.89% <100.00%> (ø)
src/layer/x86/convolution_2x2_pack8.h 2.75% <0.00%> (-97.25%) ⬇️
src/layer/x86/deconvolution_pack8.h 10.76% <0.00%> (-89.24%) ⬇️
src/layer/x86/convolution_sgemm_pack8.h 14.24% <0.00%> (-85.24%) ⬇️
src/layer/x86/convolution_sgemm_pack4to8.h 29.16% <0.00%> (-70.84%) ⬇️
src/layer/x86/convolution_pack8.h 34.42% <0.00%> (-65.58%) ⬇️
src/layer/x86/convolution_pack4to8.h 42.85% <0.00%> (-55.11%) ⬇️
...c/layer/x86/convolution_winograd_transform_pack8.h 54.90% <0.00%> (-45.10%) ⬇️
src/layer/arm/pixelshuffle_arm.cpp 57.50% <0.00%> (-41.83%) ⬇️
... and 541 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@nihui nihui merged commit 3c0096c into Tencent:master Aug 26, 2022
@nihui
Copy link
Member

nihui commented Aug 26, 2022

Thanks for your contribution !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants