-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use mul add in babybear felt ops (#1175)
* use mul add in babybear felt ops * test new reduce * test new reduce * fix bug * fix bug again * fixed reducing * slightly optimize reduce * optimize dsl code * chore: halo2 profiling flag in SDK prover * chore: some debug statements * chore: more debug.. * chore: another debug * chore: more debug * fix: add bench-metric feature dependency * fix: another Cargo.toml bench-metrics feature dependency * chore: remove debugging statements * feat: new flamegraph definitions * chore: don't try to generate all 0 flamegraphs * chore: metrics to sum during flamegraph generation * generate benchmarks before reduce * simple div optimization * fix_lint * document code * rewrite comment * Apply suggestions from code review --------- Co-authored-by: Stephen Hwang <[email protected]> Co-authored-by: Jonathan Wang <[email protected]>
- Loading branch information
1 parent
d514bc1
commit 2da1713
Showing
3 changed files
with
119 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters