decred / gominer

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

Switch to standalone go-cuda lib #133

Closed jcvernaleo closed 7 years ago

jcvernaleo commented 7 years ago

We really should use https://github.com/barnex/cuda5 (if they accept my PR of course :) ) instead of mumax since that repo is just the cuda bindings from mumax rather than the entire simulator.

jcvernaleo commented 7 years ago

The PR that needs to go in first is https://github.com/barnex/cuda5/pull/4

barnex commented 7 years ago

barnex/cuda5#4 accepted.