decred / gominer

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

Small optimization for CUDA. #88

Closed jcvernaleo closed 8 years ago

jcvernaleo commented 8 years ago

Suggested by cj.

Was getting an average hashrate of 1.455GH/s before. Now getting 1.512GH/s

Tested on Arch Linux with a GeForce GTX 970.

jolan commented 8 years ago

Yes this is unused in our implementation so there's no reason to perform the calculation. Definitely seems a bit faster.

OK