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
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?