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 bench #583

Merged
merged 6 commits into from
May 15, 2024
Merged

fix bench #583

merged 6 commits into from
May 15, 2024

Conversation

qinjun-li
Copy link
Contributor

@qinjun-li qinjun-li commented May 14, 2024

No description provided.

@SharzyL SharzyL force-pushed the fix_bench branch 2 times, most recently from 319c088 to 15aa818 Compare May 14, 2024 09:15
nix/overlay.nix Outdated
@@ -22,6 +22,7 @@ in
fetchMillDeps = final.callPackage ./pkgs/mill-builder.nix { };
circt-full = final.callPackage ./pkgs/circt-full.nix { };
rvv-codegen = final.callPackage ./pkgs/rvv-codegen.nix { };
add-determinism = final.callPackage ./pkgs/add-determinism { }; # faster strip-undetereminism
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, T1 will use it, and wanna see it in the nixpkgs in the future.

"rvv_bench.ascii_to_utf16": 1541742,
"rvv_bench.ascii_to_utf32": 673956,
"rvv_bench.byteswap": 3456435,
"rvv_bench.chacha20": 0,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

strange, it seems chacha20 and poly1305 doesn't goes to the auto-vectorization path. We may need to bump clang or switch to gcc?

@sequencer sequencer merged commit caa3471 into master May 15, 2024
2 checks passed
@sequencer sequencer deleted the fix_bench branch May 15, 2024 01:13
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.

2 participants