GPU Computing Requirements
Note
Requirements:
MATLAB® supports NVIDIA® GPU architectures with compute capability
3.5
to9.x
.Install the latest graphics driver. Download drivers for your GPU at NVIDIA Driver Downloads. To see your graphics driver version, use the
gpuDevice
function.
To check your GPU's compute capability, either:
Look up your device on the NVIDIA website: https://developer.nvidia.com/cuda-gpus, or
In MATLAB, enter
gpuDeviceTable
andgpuDevice
.
To see details of GPU support for earlier releases of MATLAB, see GPU Support by Release (Archive documentation).
You might be able to use a GPU with an architecture beyond the supported compute capability range. See Forward Compatibility for GPU Devices.
For next steps using your GPU, start here: Run MATLAB Functions on a GPU.
Related Topics
- Run MATLAB Functions on a GPU
- Identify and Select a GPU Device
- Run MATLAB Functions on Multiple GPUs
- Deep Learning with MATLAB on Multiple GPUs (Deep Learning Toolbox)