ingonyama-zk / icicle

a GPU Library for Zero-Knowledge Acceleration
MIT License
303 stars 88 forks source link

bug fix #549

Closed HadarIngonyama closed 1 month ago

HadarIngonyama commented 1 month ago

This PR fixes a bug in the iterative reduction algorithm. There were unsynchronized threads reading and writing to the same addresses - this is fixed now.