Matlab Online with GPU

3 ビュー (過去 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 Center および File ExchangePlatform and License についてさらに検索

タグ

製品


リリース

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by