CryptoGraphics / VerthashMiner

GPU miner for the Verthash algorithm
GNU General Public License v3.0
76 stars 38 forks source link

Failed to load ADL functions #27

Closed ourichermath closed 3 years ago

ourichermath commented 3 years ago

Windows 10 Pro x64 VerthashMiner 0.7.0

Upon starting VerthashMiner with "VerthashMiner.exe -c VHMHashalot.conf", amongst all the status lines that pop up, I get a warning about "Failed to load ADL functions:"

"D:\Miners\VerthashMiner-0.7.0-CUDA11-windows>VerthashMiner.exe -c VHMHashalot.conf [2021-02-24 13:29:31] INFO Found 0 OpenCL devices. [2021-02-24 13:29:31] INFO Found 1 CUDA devices [2021-02-24 13:29:31] INFO Using a configuration file (VHMHashalot.conf) [2021-02-24 13:29:31] INFO Loading verthash data file... [2021-02-24 13:29:31] INFO Verthash data file has been loaded succesfully! [2021-02-24 13:29:31] INFO Verifying verthash data file... [2021-02-24 13:29:38] INFO Verthash data file has been verified succesfully! [2021-02-24 13:29:38] INFO Using protocol: Stratum. [2021-02-24 13:29:38] INFO Miner has been successfully configured! (Errors: 0, Warnings: 0) [2021-02-24 13:29:38] INFO Configured 0(CL) and 1(CUDA) workers [2021-02-24 13:29:38] DEBUG Found 1 NVML device [2021-02-24 13:29:38] WARN Failed to load ADL functions [2021-02-24 13:29:38] INFO 1 miner threads started, using Verthash algorithm. ..."

The problem isn't necessarily the existence of that warning. The problem is that I have no idea what that warning means and can't find anything about it. Adding something to the README might be nice.

CryptoGraphics commented 3 years ago

"ADL functions" are used to monitor AMD GPUs on Windows platform.

CryptoGraphics commented 3 years ago

In v.0.7.1 this warning will no longer appear when AMD devices are not available and/or monitoring is disabled.