フィルターのクリア

About the install and configuration GPU for matlab 2020a

2 ビュー (過去 30 日間)
Haifeng
Haifeng 2020 年 8 月 6 日
コメント済み: Haifeng 2020 年 8 月 6 日
Now i am using the Matlab 2020a.
And I have a GPU Nvidia Tesla V100.
I want to know how to install and config the environment for Matlab 2020a
Thank you very much

回答 (1 件)

Walter Roberson
Walter Roberson 2020 年 8 月 6 日
Use that to download the appropriate driver for your system.
You can download the latest driver that NVIDIA has available, for any of NVIDIA's GPU cards, except that at some point NVIDIA stops supporting a generation of systems, and then you cannot use a driver newer than the last one that supported your architecture. For example the newest drivers do not support Fermi architecture, if I recall correctly.
Note: if you happen to be using Mac, then there is no Tesla V100 driver available for any Mac OS, and probably never will be.
To do most GPU work, you do not need to download the CUDA development kit. However, you do need that kit to create custom GPU kernels, such as with the GPU Coder product. It usually does not hurt to install the kit, but you do not need it for simple gpuArray() operations for example. https://developer.nvidia.com/cuda-downloads
  3 件のコメント
Walter Roberson
Walter Roberson 2020 年 8 月 6 日
編集済み: Walter Roberson 2020 年 8 月 6 日
Correct. You might need to restart MATLAB after installing the NVIDIA driver (you might need to restart your computer after installing the driver), but after that you can go ahead and use gpuArray() and related functions. There is no configuration needed beyond that, in most cases.
(Further configuration might be requried in the case that you have multiple GPUs and want to allocate them inside parallel workers.)
Haifeng
Haifeng 2020 年 8 月 6 日
Thanks

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGPU Computing についてさらに検索

タグ

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by