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

RVV: Shuffle Channel #4907

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Conversation

thelastlin
Copy link
Contributor

@thelastlin thelastlin commented Aug 3, 2023

RVV: Shuffle Channel, fp32/fp16/bf16, with elempack support

@codecov-commenter
Copy link

codecov-commenter commented Aug 3, 2023

Codecov Report

Merging #4907 (8fd5473) into master (c45c01c) will increase coverage by 4.47%.
Report is 77 commits behind head on master.
The diff coverage is 92.00%.

@@             Coverage Diff             @@
##           master    #4907       +/-   ##
===========================================
+ Coverage   89.81%   94.28%    +4.47%     
===========================================
  Files         306      717      +411     
  Lines       86875   219734   +132859     
===========================================
+ Hits        78024   207183   +129159     
- Misses       8851    12551     +3700     
Files Coverage Δ
src/layer/riscv/shufflechannel_riscv.cpp 92.00% <92.00%> (ø)

... and 601 files with indirect coverage changes

@nihui
Copy link
Member

nihui commented Aug 10, 2023

其实 shufflechannel 优化挺难的,加油

@thelastlin thelastlin marked this pull request as ready for review August 30, 2023 09:03
@thelastlin
Copy link
Contributor Author

newlib-rv64gc-gcc failed due to the compiler not supporting some RISC-V Vector intrinsics like vlm_v_b8 or vset_v_f32m1_f32m4.

But it seems that the compiler shouldn't enable RVV intrinsics support at this CI, or we might need upgrade the compiler used by this CI?

@thelastlin thelastlin changed the title [WIP] RVV: Shuffle Channel RVV: Shuffle Channel Aug 31, 2023
@nihui nihui closed this Oct 11, 2023
@nihui nihui reopened this Oct 11, 2023
@github-actions github-actions bot added the riscv label Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants