How do I find the GPU version in MATLAB?
20 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Nick Tsui
le 22 Juin 2012
Commenté : Abdelrahman Anis
le 20 Juil 2021
I am just wondering how I find GPU version/info in MATLAB. Is there a MATLAB function doing so? Thanks a lot.
1 commentaire
Réponse acceptée
Thomas
le 22 Juin 2012
gpuDevice
If you do not have a cuda enabled GPU device the function will throw an error.
6 commentaires
Jason Ross
le 19 Juil 2021
@Abdelrahman Anis -- the "special care" that I was specifically referring to was that in 2012, nVidia did not have great support for their cards being usable/finadble when using Remote Desktop -- it was pretty restricive and you had to use something like VNC in many cases. At some point between 2012 and today, nVidia added support for Remote Desktop across their product line so there's not really as much "special care" needed any longer. Note that this was for the specific case of the remote machine being Windows.
For Linux, if you connect to a host and an nvidia-smi shows your GPU, a MATLAB running on that system should be able to find the GPU. It should work if you start it in console/nodesktop mode (which I assume you are doing with MobaXTerm), or if you start a VNC session on the Linux host and start MATLAB in the VNC session.
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur GPU Computing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!