Closed jeremyfelder closed 1 year ago
The order of MSMs is incorrect in prove_gpu.go. We are no longer running them in parallel, therefore KRS should be last as it relies on AR and BS1.
Fixed by commit https://github.com/ingonyama-zk/gnark/pull/1/commits/c742c16a353133ac72a9f99917222c82ca797623
The order of MSMs is incorrect in prove_gpu.go. We are no longer running them in parallel, therefore KRS should be last as it relies on AR and BS1.