Matlab Online with GPU
显示 更早的评论
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
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.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Platform and License 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!