how to use gpu in matlab online?

조회 수: 56 (최근 30일)
divya balu
divya balu 2021년 2월 24일
댓글: Atallah Baydoun 2022년 2월 9일
i need to run my program on gpu System. i have online login and password. i dont know how to access the GPU through online. i have shown my error in bold. can anyone help me with steps or example or videos related to this? thanks in advance
gpuDevice
Error using gpuDevice (line 26)
Unable to load CUDA driver. The library name used was libcuda.so.1. The error was:
libcuda.so.1: cannot open shared object file: No such file or directory
Update or reinstall your GPU driver. For more information on GPU support, see GPU Support by Release.

답변 (2개)

Raymond Norris
Raymond Norris 2021년 2월 24일
The issus is that you're running MATLAB on a machine that (most likely) doesn't haeve a GPU on it. You'll need to run MATLAB on an NVIDIA-enbaled GPU machine.
  댓글 수: 1
Raymond Norris
Raymond Norris 2021년 2월 24일
Sorry, I just overlooked that you're running MATLAB Online. MATLAB Online doesn't currently run on a GPU. As an alternatively, consider running MATLAB on AWS/Azure on your own, where you can select different hardware, including GPUs. Take a look at our Reference Architectures.
A couple of notes:
  1. MATLAB Online is MATLAB in a browser. The Reference Architectures are running MATLAB in a desktop environment, hosted on AWS/Azure.
  2. MATLAB Online is free to use. The Reference Architecture will incur cloud costs.

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


Hisham
Hisham 2021년 2월 26일
Hi Divya:
In addition to Raymond's response, if you have access to a GPU through Amazon Web Services, as well as MATLAB Parallel Server, you can access this through MATLAB Online using Cloud Center. A small video showing this capability can be found at:
  댓글 수: 1
Atallah Baydoun
Atallah Baydoun 2022년 2월 9일
Hey Hisham,
Do you know if Matlab online has been enabled with a GPU in 2022 or it remains without GPU?
Thanks!

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

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by