Filter löschen
Filter löschen

Matlab Online with GPU

7 Ansichten (letzte 30 Tage)
Malte Ebner
Malte Ebner am 4 Jul. 2018
Kommentiert: Sakshi Patel am 13 Apr. 2022
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 Kommentar
Walter Roberson
Walter Roberson am 4 Jul. 2018
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.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Joss Knight
Joss Knight am 4 Jul. 2018
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 Kommentare
Joss Knight
Joss Knight am 16 Jun. 2020
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 am 13 Apr. 2022
Any update on it,Sir?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Platform and License finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by