MATLAB: Matlab Online with GPU

gpuonlineParallel Computing Toolbox

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);

Best Answer

We're working on a GPU version of MATLAB online, but I don't know when it's expected. The hardware sharing is complicated.