I installed Matlab R2025a today and my RTX 5090 is not working. Parallel indicates that this GPU is not supported. I will switch to my RTX 4070 ti.
NVIDIA 5090 in 2024b
回答(1 个)
We don't test MATLAB under forward compatibility, in the past it has had missing features in some NVIDIA libraries, and by its nature it is guaranteed to be less well optimized (you can't optimize for future hardware). So what we're saying is, use at your own risk.
That said, we have run some tests and everything seems to work, and basic performance tests have given reasonable results. This is a result of some extra effort from NVIDIA in CUDA 12 so well done them.
In answer to your question, if your Blackwell cards are not faster I'd say wait for R2025b.
3 个评论
By the way, your code doesn't look right, you need parallel.gpu.enableCUDAForwardCompatibility(true)
Still, looks like whatever you did it worked.
另请参阅
类别
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!