TL;DR
- fixed race condition
What's Changed
- feat(cli): print total time by @mcarilli in #57
- fix(gpu_prover): fix a race condition in the transfer logic by @robik75 in #58
- perf(gpu_prover): implement partial caching of traces from memory commitment pass for re-use by the proving pass by @robik75 in #52
- revert: Revert "perf(gpu_prover): implement partial caching of traces from memory commitment pass for re-use by the proving pass" by @robik75 in #59
- fix(zk_smith): add missing argument by @robik75 in #60
Full Changelog: v0.3.0...v0.3.1