Azzera filtri
Azzera filtri

About the install and configuration GPU for matlab 2020a

2 visualizzazioni (ultimi 30 giorni)
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

Risposte (1)

Walter Roberson
Walter Roberson il 6 Ago 2020
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 Commenti
Walter Roberson
Walter Roberson il 6 Ago 2020
Modificato: Walter Roberson il 6 Ago 2020
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.)

Accedi per commentare.

Tag

Prodotti


Release

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by