-
Notifications
You must be signed in to change notification settings - Fork 136
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
investigate and improve apple silicon performance #719
Comments
@Trivo25 If you're able to contact these devs, can you ask them to provide the output from |
here's my
We've tried proving worlde or some other zkApp with Jack at the last office hours and we found out the performance was still degraded. |
seems like bindings got overwritten |
hm, I would like to understand this. in |
If i am not mistaken the bindings weren't up to date with the fix with the state from release 0.8.0 (which they should have) - but they are now https://raw.githubusercontent.com/o1-labs/snarkyjs/c5a36207a7d345d4b96038569d7db66101ec07cd/src/node_bindings/snarky_js_node.bc.cjs so it seems like a PR remove the fix and another one after that re-added the change - probably some out of sync work on the Mina side |
Just confirmed my assumption. Tested by looking for the added code snippet in the bindings |
during the last office hours, we have received complains about degraded (or rather no improvement at all compared to before the original fix #683) apple silicon performance in snarkyjs 0.8.0
another nice-to-have could be benchmarks that users can run, potentially baked in to the zk cli
The text was updated successfully, but these errors were encountered: