-
Notifications
You must be signed in to change notification settings - Fork 88
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
Move bit_reverse function to backend/cpu #929
Move bit_reverse function to backend/cpu #929
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #929 +/- ##
=======================================
Coverage 91.47% 91.47%
=======================================
Files 94 94
Lines 13731 13731
Branches 13731 13731
=======================================
Hits 12561 12561
Misses 1055 1055
Partials 115 115 ☔ View full report in Codecov by Sentry. |
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.
⚠️ Performance Alert ⚠️
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2
.
Benchmark suite | Current: ef3a094 | Previous: cd8b37b | Ratio |
---|---|---|---|
iffts/simd ifft/22 |
13036556 ns/iter (± 145281 ) |
6306399 ns/iter (± 210024 ) |
2.07 |
merkle throughput/simd merkle |
29901325 ns/iter (± 532223 ) |
13712527 ns/iter (± 579195 ) |
2.18 |
This comment was automatically generated by workflow using github-action-benchmark.
CC: @shaharsamocha7
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.
Reviewed 14 of 14 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ohad-starkware)
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.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Gali-StarkWare)
3a00ffe
to
ef3a094
Compare
No description provided.