Compatible GPU's for RL Toolbox
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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
1 Commento
Joseph Cheng
il 4 Giu 2021
Modificato: Joseph Cheng
il 4 Giu 2021
according to the matlab GPU supported by release https://www.mathworks.com/help/parallel-computing/gpu-support-by-release.html suggest yes?
Risposta accettata
Chidvi Modala
il 7 Giu 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
Più risposte (0)
Vedere anche
Categorie
Scopri di più su GPU Computing in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!