Does Matlab support Nvidia Quadro RTX?
10 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Walter Roberson
on 6 May 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 Comments
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!