필터 지우기
필터 지우기

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.)

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

카테고리

Help CenterFile Exchange에서 GPU Computing에 대해 자세히 알아보기

태그

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by