Steps necessary to setup RTX A5000 on Matlab 2019.b or 2020.a
6 ビュー (過去 30 日間)
古いコメントを表示
Hi,
Just installed an RTX A5000 Ampere (24 Gb memory) for GPU computing including machine learning and deep learning.
I have several toolboxes (Parallel computing, Statistics and machine learning, Deep learning and others)
I'd like to know all the necessary steps to properly use the GPU to it's maximum capacity. Through several searchs, answers are not clear.
Do I need to update some librairies (Cuda or else), environement variables or else?
Here are the properties (CUDADevice):
CUDADevice with properties:
Name: 'NVIDIA RTX A5000'
Index: 1
ComputeCapability: '8.6'
SupportsDouble: 1
DriverVersion: 11.4000
ToolkitVersion: 10.1000
MaxThreadsPerBlock: 1024
MaxShmemPerBlock: 49152
MaxThreadBlockSize: [1024 1024 64]
MaxGridSize: [2.1475e+09 65535 65535]
SIMDWidth: 32
TotalMemory: 2.5757e+10
AvailableMemory: 2.4256e+10
MultiprocessorCount: 64
ClockRateKHz: 1695000
ComputeMode: 'Default'
GPUOverlapsTransfers: 1
KernelExecutionTimeout: 1
CanMapHostMemory: 1
DeviceSupported: 1
DeviceSelected: 1
Thanks,
Michel
0 件のコメント
回答 (1 件)
David Willingham
2021 年 9 月 22 日
Hi Michel,
Full support for Ampere is only available as of R2021a:
David
2 件のコメント
David Willingham
2021 年 9 月 22 日
Hi Michel, upgrading to the latest NVIDIA toolkit might cause older versions of MATLAB to not work. If it works now, I'd leave it, but you won't get the maximum performance.
参考
カテゴリ
Help Center および File Exchange で Image Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!