-
Notifications
You must be signed in to change notification settings - Fork 23
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
Conversation
319c088
to
15aa818
Compare
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 |
There was a problem hiding this comment.
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.
.github/cases/blastoise/default.json
Outdated
"rvv_bench.ascii_to_utf16": 1541742, | ||
"rvv_bench.ascii_to_utf32": 673956, | ||
"rvv_bench.byteswap": 3456435, | ||
"rvv_bench.chacha20": 0, |
There was a problem hiding this comment.
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?
No description provided.