Does Matlab support Nvidia Quadro RTX?
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi,
I am trying to configure a desktop for training convolutional neural networks. I am curious if Matlab supports Nvidia Quadro RTX.
If yes, would it be OK to have multiple GPUs with different memory on them, for example, Nvidia Quadro RTX 5000 16GB as the primary and Nvidia Quadro RTX 4000 8GB as secondary?
Thanks.
0 Kommentare
Antworten (1)
Walter Roberson
am 6 Mai 2019
Yes it does support it in all releases so far. Use the latest driver version for your system that supports the device.
If your MATLAB is older than built in support for the device, then the first time you use the libraries then Nvidia drivers will spend time recompiling the libraries. This might not give you as high performance as you might get if you were using a MATLAB version designed to support the hardware.
You can mix different GPUs with different architecture and memory size. However you can only access one gpu at a time per process and need to reset the GPUs to switch within a process. The solution is to use one parallel worker per gpu.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!