Using RTX 5090 for GPU computing in forward compatibility

Dear users,
I have read a couple of very useful posts
which explain that Matlab currently does not fully support Nvidia gpus with compute capability greater than 9.0.
This means that RTX 5090 (or any GPU based on the new Blackwell architecture) is not fully supported natively, but it can be enabled with forward compatibility as follows:
parallel.gpu.enableCUDAForwardCompatibility(1)
However, Matlab documentation also says that "Enabling forward compatibility can result in wrong answers and unexpected behavior during GPU computations." (please see second link posted above).
So I would like to ask users who own a NVIDIA RTX 50XX what is their experience and how well forward compatibility works in practice. This feedback will be quite useful because I am currently considering upgrading my GPU to a new 5090 but I wonder if I should wait a bit until a future realease provide full native support.
Thanks in advance for comments/feedback etc.!

댓글 수: 3

JP Norair
JP Norair 2025년 9월 13일
편집: JP Norair 2025년 9월 13일
I have not had great success in utilizing my RTX 5080. It works, but the performance isn't what I would expect. Like many, I'm waiting for 2025b. Not even until very recently does Tensorflow support Blackwell (and it still requires a custom build), so you can offload certain workflows to Python from Matlab via the Python interface. I have done this to an extent.
Thanks for your feedback, @JP Norair. I had the same impression as you.
Alessandro
Alessandro 2025년 9월 18일
편집: Alessandro 2025년 9월 18일
@JP Norair: have you had a chance of trying R2025b? Any better with Blackwell?

댓글을 달려면 로그인하십시오.

 채택된 답변

Walter Roberson
Walter Roberson 2025년 7월 31일

1 개 추천

@Joss Knight who is Mathworks Staff with the Parallel Computing Toolbox, recently wrote https://www.mathworks.com/matlabcentral/answers/2178660-nvidia-gpu-geforce-5060-5090#answer_1568337
"The practical answer is that I haven't yet seen any problems with MATLAB R2024b and R2025a running on Blackwell in forward compatibility mode."

추가 답변 (1개)

Eric
Eric 2025년 9월 24일

0 개 추천

The MathWorks documentation explicitly states that the parallel.gpu.enableCUDAForwardCompatibility(1) function can enable compatibility with new hardware, such as the NVIDIA Blackwell architecture.

카테고리

도움말 센터File Exchange에서 GPU Computing에 대해 자세히 알아보기

제품

릴리스

R2025a

질문:

2025년 7월 31일

답변:

2025년 9월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by