필터 지우기
필터 지우기

Matlab Online with GPU

조회 수: 7 (최근 30일)
Malte Ebner
Malte Ebner 2018년 7월 4일
댓글: Sakshi Patel 2022년 4월 13일
Is it possible to let Matlab Online (https://de.mathworks.com/products/matlab-online.html) run on a GPU instead of a vCore? I'm trying to run the training of a neural network in the cloud, but the options through AWS cloud seem too complicated for me.
As an example, the following commands should run in Matlab online, but cause an error, as CUDA is not available (CUDA needs a GPU):
A = gpuArray(rand(2^16,1));
B = fft(A);
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 7월 4일
I have not seen any published hardware specs for MATLAB Online, but my recollection is that gpu access is not available. MATLAB Online is not intended as a compute intensive cloud.

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

채택된 답변

Joss Knight
Joss Knight 2018년 7월 4일
We're working on a GPU version of MATLAB online, but I don't know when it's expected. The hardware sharing is complicated.
  댓글 수: 3
Joss Knight
Joss Knight 2020년 6월 16일
Still not available except in special workshops. However, from R2020a, you can now connect to clusters you have started in MathWorks' Cloud Center, and these clusters may have GPUs.
Sakshi Patel
Sakshi Patel 2022년 4월 13일
Any update on it,Sir?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Platform and License에 대해 자세히 알아보기

태그

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by