MATLAB: I have matlab 2019b running on RHEL with Tesla V100. I have installed latest CUDA driver (version 418.67) and using a CUDA TOOLKIT 10.1. I am getting “Unable to find supported GPU device” for gpuDevice command

gpuMATLABmatlab gpu

I am unable to configure GPU to work with MATLAB 2019b.
I am running MATLAB 2019b on Red Hat Enterprise Linux Server release 7.6 (Maipo)
I am using a webDesktop session with dedicated tesla v100 GPU. driver version 418.67 CUDA (toolkit) Version 10.1
gpuDevice shows this error
"Error using gpuDevice (line 26)"
"Unable to find supported GPU device. For more information on GPU support, see GPU Support by Release."

Best Answer

I had removed export CUDA_VISIBLE_DEVICES=1 from .bashrc and it had solved the problem.