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 comentario

Walter Roberson
Walter Roberson el 4 de Jul. de 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.

Iniciar sesión para comentar.

 Respuesta aceptada

Joss Knight
Joss Knight el 4 de Jul. de 2018

3 votos

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 comentarios

Abhishek Kumar Singh
Abhishek Kumar Singh el 16 de Jun. de 2020
Any update on it,Sir?
Joss Knight
Joss Knight el 16 de Jun. de 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 el 13 de Abr. de 2022
Any update on it,Sir?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Platform and License en Centro de ayuda y File Exchange.

Productos

Versión

R2018a

Etiquetas

Preguntada:

el 4 de Jul. de 2018

Comentada:

el 13 de Abr. de 2022

Community Treasure Hunt

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

Start Hunting!

Translated by