decred / gominer

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

improve device library handling #131

Closed jolan closed 7 years ago

jolan commented 7 years ago

The code currently initializes the NVML/ADL libraries every time a read of the fan/temp targets is scheduled where as it should just initialize them once.

@yinhm gave a patch in #73 to help fix ADL.