-
Notifications
You must be signed in to change notification settings - Fork 323
raid: R-V V pq_gen xor_gen #318
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
Conversation
sunyuechi
commented
Mar 21, 2025
Hi @hleft. Could you update Release Notes to add information about this and previous additions (e.g. adler32)? Also it would be good to update README to add info on RISC-V (can be done in a separate PR or this one, up to you). |
Okay, the Release Notes have been updated. I plan to update the README Prerequisites together with the PR that adds CI support. |
Thanks for the update. Looks like there is a problem with the coding style, coming from a file that we recently add. I will fix it shortly, thanks! |
Due to the master branch update, xx_multibinary_riscv64_dispatcher.c has also been updated. |
@sunyuechi could you rebase this PR, so we trigger the latest CI? Thanks! |
Okay, rebased. |
Signed-off-by: sunyuechi <sunyuechi@iscas.ac.cn>
banana_f3: new: pq_gen_warm: runtime = 3062397 usecs, bandwidth 4737 MB in 3.0624 sec = 1546.92 MB/s old: pq_gen_warm: runtime = 3005894 usecs, bandwidth 2851 MB in 3.0059 sec = 948.80 MB/s Signed-off-by: sunyuechi <sunyuechi@iscas.ac.cn>
If len > 255, the return value will be % 256, which causes the test to incorrectly pass Signed-off-by: sunyuechi <sunyuechi@iscas.ac.cn>
banana_f3: new: xor_gen_warm: runtime = 3006459 usecs, bandwidth 10685 MB in 3.0065 sec = 3554.17 MB/s old: xor_gen_warm: runtime = 3060970 usecs, bandwidth 514 MB in 3.0610 sec = 168.21 MB/s Signed-off-by: sunyuechi <sunyuechi@iscas.ac.cn>
Signed-off-by: sunyuechi <sunyuechi@iscas.ac.cn>
This is already merged in mainline, thanks! |