are there GPU settings in matlab?
Show older comments
I just bought a new NVIDIA Titan RTX in the hopes of increasing the speed of some code but have been most disappointed in the results. It was actually slower than the same code (on a different machine) with a NVidia RTX 2080 Qmax. Are there Matlab setttings that can help me take mroe advantage of my new GPU?
4 Comments
Walter Roberson
on 28 Jun 2020
Which Titan RTX exactly?
steve solomon
on 28 Jun 2020
Walter Roberson
on 28 Jun 2020
Odd... the specifications I find on that device imply it should be about twice as fast as the RTX 2080 Max-Q for double precision, and a bit faster (about 3%) as the Max-Q for single precision.
steve solomon
on 28 Jun 2020
Accepted Answer
More Answers (1)
Sindar
on 28 Jun 2020
0 votes
Most code will not be run on the GPU without adjustment
There are guides here and it looks pretty easy for many applications: https://www.mathworks.com/solutions/gpu-computing.html
Categories
Find more on GPU Computing in MATLAB 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!