decred / gominer

Go (golang) based GPU miner for Decred.
GNU General Public License v3.0
162 stars 80 forks source link

Fix the size of data copied from device. #99

Closed jcvernaleo closed 8 years ago

jcvernaleo commented 8 years ago

This seems to have a slight performance bonus.

On GeForce GTX 970 goes from 1.528GH/s to 1.576GH/s.

Closes #98.