forked from risc0/risc0
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve eval check performance by precomputing powers of poly_mix (ri…
…sc0#1537) CUDA: ``` fib/100/prove ------------- base 1.00 672.7±3.76ms 95.1 KElem/sec changes 1.65 1107.9±3.14ms 57.8 KElem/sec fib/1000/prove -------------- base 1.00 703.6±3.33ms 91.0 KElem/sec changes 1.61 1133.8±4.53ms 56.4 KElem/sec fib/10000/prove --------------- changes 1.00 2.1±0.01s 120.9 KElem/sec base 1.03 2.2±0.01s 117.3 KElem/sec ``` CPU: ``` fib/100/prove ------------- changes 1.00 2.9±0.01s 22.4 KElem/sec base 1.46 4.2±0.01s 15.3 KElem/sec fib/1000/prove -------------- changes 1.00 2.9±0.01s 22.1 KElem/sec base 1.46 4.2±0.01s 15.2 KElem/sec fib/10000/prove --------------- changes 1.00 11.6±0.03s 22.2 KElem/sec base 1.47 17.0±0.03s 15.1 KElem/sec ``` Co-authored-by: nils <[email protected]>
- Loading branch information
Showing
28 changed files
with
49,273 additions
and
49,430 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
8,309 changes: 4,041 additions & 4,268 deletions
8,309
risc0/circuit/recursion-sys/cxx/step_exec.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
2,226 changes: 1,110 additions & 1,116 deletions
2,226
risc0/circuit/recursion-sys/kernels/cuda/eval_check.cu
Large diffs are not rendered by default.
Oops, something went wrong.
2,223 changes: 1,109 additions & 1,114 deletions
2,223
risc0/circuit/recursion-sys/kernels/metal/eval_check.metal
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Git LFS file not shown
Oops, something went wrong.