I am unable to turn on GPU mining because it says my AMD GPU is not compatible / My AMD GPU is mining but Experimental Settings says that no GPU devices are found? #1002
-
I am unable to turn on GPU mining because it says my AMD GPU is not compatible / My AMD GPU is mining but Experimental Settings says that no GPU devices are found? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This behaviour can manifest in several ways. Your GPU power displays a zero/blank hash rate, or one that is far below what one might expect. Going into the settings, you’ll find the GPU Mining might indicate that you don’t have a compatible graphics card. Lastly, in the Experimental Settings, users might receive a message stating “No GPU devices found” The culprit is either that your card doesn’t support OpenCL or - more likely - that the driver set you have installed doesn’t have a version of OpenCL available, or isn't properly linked. AMD in particular has an issue in that its more recent driver install sets no longer include the OpenCL drivers and libraries. Most recent hardware does, however, support OpenCL. WindowsThe easiest way to resolve this is to determine if your current driver set has OpenCL is to download GPU-Z and run it. In the bottom of the dialog will be a list of supported features that are currently installed. If OpenCL isn’t checked, that’s an indicator that your driver set doesn’t include the OpenCL drivers. Our recommendation is to refer to the following repo for assistance: https://github.com/ptrumpis/OpenCL-AMD-GPU MacIn the System Report, check under Software —> Frameworks to see if the OpenCL framework is installed. You can also use You may need to update your MacOS, which should also install the latest drivers. If this doesn’t resolve your issue, you may need to check that the OpenCL libraries are properly linked.
This will list the libraries used by OpenCL. If you see errors or missing libraries, your macOS might have a problem with its OpenCL framework. LinuxYou can use the tool
If your device is not listed, you are going to likely have to use the AMDGPU-PRO drivers to get the necessary support. Refer to your repos particular instructions for how to install the necessary drivers Below is an example for Ubuntu:
|
Beta Was this translation helpful? Give feedback.
This behaviour can manifest in several ways. Your GPU power displays a zero/blank hash rate, or one that is far below what one might expect. Going into the settings, you’ll find the GPU Mining might indicate that you don’t have a compatible graphics card. Lastly, in the Experimental Settings, users might receive a message stating “No GPU devices found”
The culprit is either that your card doesn’t support OpenCL or - more likely - that the driver set you have installed doesn’t have a version of OpenCL available, or isn't properly linked.
AMD in particular has an issue in that its more recent driver install sets no longer include the OpenCL drivers and libraries. Most recent hardware does, …