Can Matlab 2020 a or b support RTX 30 series GPU for deep leaning?

2 views (last 30 days)
Can Matlab 2020 a or 2020 b support RTX 30 series GPU for deep leaning? Since the GPUs are newly relased.

Accepted Answer

Ameer Hamza
Ameer Hamza on 8 Oct 2020
It is not fully supported yet. These GPUs are based on Ampere Architecture, and documentation: https://www.mathworks.com/help/parallel-computing/gpu-support-by-release.html shows that support for Ampere is still limited. You can expect to see errors and unexpected behaviour.
  5 Comments
Jast
Jast on 30 Nov 2020
This is indeed somewhat stupid. Come on Mathworks, you should know better that all the DL people are flocking to the Ampere architecture.
Walter Roberson
Walter Roberson on 30 Nov 2020
Jast: do you think that Mathworks should be writing high-speed deep learning CUDA libraries itself, in competition with NVIDIA? Or should Mathworks be spending its time pressing NVIDIA to fix the high-speed libraries that NVIDIA provides?
Reminder: writing those kinds of high speed libraries requires very deep knowledge of the board architectures -- knowledge of what the board really does, not just abstractions about it should do. The kind of knowledge to say "Errr... there is a missing gate, so if you execute this particular instruction on the 7th decoder, and the data happens to have this particular bit-pattern, that the third-LSB sticks high unless you happened to have executed this kind of instruction before-hand."

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!