Compatible GPU's for RL Toolbox

5 views (last 30 days)
PB75
PB75 on 4 Jun 2021
Commented: PB75 on 7 Jun 2021
Hi Everyone,
I am researching upgrading my faculty PC to permit GPU parallel computing to speed up my Reinforcement Learning training. The current GPU is not NVIDIA and not compatible with MathWorks R2021a (Intel R UHD Graphics).
Due to limitatons of the PC my IT department have mentioned the only option is a PNY NVIDIA GeForce GT1030.
Specifications features state its NVIDIA Pascal GPU technology, will this be compatible with R2021a?
Thanks in advance.
Patrick

Accepted Answer

Chidvi Modala
Chidvi Modala on 7 Jun 2021
MATLAB R2021a supports Pascal (cc6.x) where cc indicates the compute capability of the GPU architecture. GeForce GT1030 is supported, it has a compute capability of 6.1. To check your GPU compute capability, you can see ComputeCapability in the output of the gpuDevice function. Alternatively, see CUDA GPUs
You may refer to the below link for GPU support by release

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!