Post
Topic
Board Mining (Altcoins)
Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v10.1 (Windows/Linux)
by
bit70
on 08/11/2017, 12:11:08 UTC
anyone tell how to use compute mode with amd....!!!
if possible attach screenshot...!!!

It's possible to opt for compute mode during installation, which will only install OpenCL support. This prevents some installations from severe crashing, as it happened to me. With the following commands everything worked smoothly for me

Code:
tar -Jxvf amdgpu-pro-17.40-483984.tar.xz
cd amdgpu-pro-17.40-483984
./amdgpu-pro-install --compute
sudo reboot

Is that what you meant?