フィルターのクリア

Does the Matlab 2023a support the NVIDIA RTX 4090-24G GPU device?

87 ビュー (過去 30 日間)
Jenifer NG
Jenifer NG 2023 年 6 月 19 日
回答済み: Lakshya 2023 年 6 月 19 日
Dear Team,
I would like to ask the currents version matlab 2023a for deep learning.
Doese it support NVIDIA RTX 4090-24G ?
Thanks and Regards!
Han

採用された回答

Mrinal Anand
Mrinal Anand 2023 年 6 月 19 日
Yes, the 2023a version does support RTX 4090 GPU. You can have a look at the GPU Computing Requirements documentation to get more detailed information about the supported GPUs and Cuda versions.

その他の回答 (2 件)

Garv Agarwal
Garv Agarwal 2023 年 6 月 19 日
Hi Jennifer,
As per my understanding you are trying to understand if RTX 4090 GPU is supported in MATLAB R2023a.
MATLAB 2023a supports all NVIDIA GPU’s with computational capability 3.5 to 9.x
As per NVIDIA’s website RTX 4090 has a computational capability of 8.9 so it is supported by MATLAB.
You can check the specific properties of your GPU in MATLAB by running the following command –
tbl = gpuDeviceTable(["Index","ComputeCapability",...
"TotalMemory","MultiprocessorCount","DeviceAvailable"])
Which will give you details like the list of all GPUs in use, their available memory, processor count and compute capability.
For more information, you can refer to the following documentation on GPU Computing Requirements - MATLAB & Simulink - MathWorks India

Lakshya
Lakshya 2023 年 6 月 19 日
Hi,
A quick search suggests that RTX 4090-24G has a compute capability of 8.9 and MATLAB 2023A can support upto 9.x. So NVIDIA RTX 4090-24G should be supported.
You can refer to the below article for more details.
Hope this helps

カテゴリ

Help Center および File ExchangeGet Started with GPU Coder についてさらに検索

タグ

製品


リリース

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by